Uses of Class
com.vidispine.generated.AudioTranscodePresetChannelMixType
-
-
Uses of AudioTranscodePresetChannelMixType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AudioTranscodePresetChannelMixType Modifier and Type Field Description protected List<AudioTranscodePresetChannelMixType>
AudioTranscodePresetMixType. input
Methods in com.vidispine.generated that return AudioTranscodePresetChannelMixType Modifier and Type Method Description AudioTranscodePresetChannelMixType
ObjectFactory. createAudioTranscodePresetChannelMixType()
Create an instance ofAudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withChannel(int value)
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withEffect(EffectType... values)
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withEffect(Collection<EffectType> values)
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withGain(float value)
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withId(int value)
AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withStream(int value)
Methods in com.vidispine.generated that return types with arguments of type AudioTranscodePresetChannelMixType Modifier and Type Method Description List<AudioTranscodePresetChannelMixType>
AudioTranscodePresetMixType. getInput()
Gets the value of the input property.Methods in com.vidispine.generated with parameters of type AudioTranscodePresetChannelMixType Modifier and Type Method Description AudioTranscodePresetMixType
AudioTranscodePresetMixType. withInput(AudioTranscodePresetChannelMixType... values)
Method parameters in com.vidispine.generated with type arguments of type AudioTranscodePresetChannelMixType Modifier and Type Method Description AudioTranscodePresetMixType
AudioTranscodePresetMixType. withInput(Collection<AudioTranscodePresetChannelMixType> values)
-