Uses of Class
com.vidispine.generated.AudioOutputType
-
-
Uses of AudioOutputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AudioOutputType Modifier and Type Field Description protected List<AudioOutputType>
AudioTranscodePresetType. output
Methods in com.vidispine.generated that return AudioOutputType Modifier and Type Method Description AudioOutputType
ObjectFactory. createAudioOutputType()
Create an instance ofAudioOutputType
AudioOutputType
AudioOutputType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioOutputType
AudioOutputType. withBitrate(Integer value)
AudioOutputType
AudioOutputType. withChannel(Integer... values)
AudioOutputType
AudioOutputType. withChannel(Collection<Integer> values)
AudioOutputType
AudioOutputType. withCodec(String value)
AudioOutputType
AudioOutputType. withFormat(String value)
AudioOutputType
AudioOutputType. withFramerate(TimeBaseType value)
AudioOutputType
AudioOutputType. withStream(Integer... values)
AudioOutputType
AudioOutputType. withStream(Collection<Integer> values)
Methods in com.vidispine.generated that return types with arguments of type AudioOutputType Modifier and Type Method Description List<AudioOutputType>
AudioTranscodePresetType. getOutput()
Gets the value of the output property.Methods in com.vidispine.generated with parameters of type AudioOutputType Modifier and Type Method Description AudioTranscodePresetType
AudioTranscodePresetType. withOutput(AudioOutputType... values)
Method parameters in com.vidispine.generated with type arguments of type AudioOutputType Modifier and Type Method Description AudioTranscodePresetType
AudioTranscodePresetType. withOutput(Collection<AudioOutputType> values)
-