Modifier and Type | Field and Description |
---|---|
protected List<AudioOutputType> |
AudioTranscodePresetType.output |
Modifier and Type | Method and Description |
---|---|
AudioOutputType |
ObjectFactory.createAudioOutputType()
Create an instance of
AudioOutputType |
AudioOutputType |
AudioOutputType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AudioOutputType |
AudioOutputType.withBitrate(Integer value) |
AudioOutputType |
AudioOutputType.withChannel(Collection<Integer> values) |
AudioOutputType |
AudioOutputType.withChannel(Integer... values) |
AudioOutputType |
AudioOutputType.withCodec(String value) |
AudioOutputType |
AudioOutputType.withFormat(String value) |
AudioOutputType |
AudioOutputType.withFramerate(TimeBaseType value) |
AudioOutputType |
AudioOutputType.withStream(Collection<Integer> values) |
AudioOutputType |
AudioOutputType.withStream(Integer... values) |
Modifier and Type | Method and Description |
---|---|
List<AudioOutputType> |
AudioTranscodePresetType.getOutput()
Gets the value of the output property.
|
Modifier and Type | Method and Description |
---|---|
AudioTranscodePresetType |
AudioTranscodePresetType.withOutput(AudioOutputType... values) |
Modifier and Type | Method and Description |
---|---|
AudioTranscodePresetType |
AudioTranscodePresetType.withOutput(Collection<AudioOutputType> values) |
Copyright © 2017. All rights reserved.