Uses of Class
com.vidispine.generated.AudioTranscodePresetType
-
Uses of AudioTranscodePresetType in com.vidispine.generated
Fields in com.vidispine.generated declared as AudioTranscodePresetTypeMethods in com.vidispine.generated that return AudioTranscodePresetTypeModifier and TypeMethodDescriptionObjectFactory.createAudioTranscodePresetType()Create an instance ofAudioTranscodePresetTypeTranscodePresetType.getAudio()Gets the value of the audio property.AudioTranscodePresetType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) AudioTranscodePresetType.withAllChannel(Boolean value) Sets the value of the allChannel property.AudioTranscodePresetType.withBitrate(Integer value) Sets the value of the bitrate property.AudioTranscodePresetType.withChannel(Integer... values) Adds objects to the list of Channel using add methodAudioTranscodePresetType.withChannel(Collection<Integer> values) Adds objects to the list of Channel using addAll methodSets the value of the codec property.AudioTranscodePresetType.withFramerate(TimeBaseType value) Sets the value of the framerate property.AudioTranscodePresetType.withMix(AudioTranscodePresetMixType... values) Adds objects to the list of Mix using add methodAudioTranscodePresetType.withMix(Collection<AudioTranscodePresetMixType> values) Adds objects to the list of Mix using addAll methodAudioTranscodePresetType.withMonoFile(Boolean value) Sets the value of the monoFile property.AudioTranscodePresetType.withNoAudio(Boolean value) Sets the value of the noAudio property.AudioTranscodePresetType.withOtif(OtifPresetType value) Sets the value of the otif property.AudioTranscodePresetType.withOutput(AudioOutputType... values) Adds objects to the list of Output using add methodAudioTranscodePresetType.withOutput(Collection<AudioOutputType> values) Adds objects to the list of Output using addAll methodAudioTranscodePresetType.withPreset(String... values) Adds objects to the list of Preset using add methodAudioTranscodePresetType.withPreset(Collection<String> values) Adds objects to the list of Preset using addAll methodAudioTranscodePresetType.withSetting(KeyValuePairType... values) Adds objects to the list of Setting using add methodAudioTranscodePresetType.withSetting(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodAudioTranscodePresetType.withStream(Integer... values) Adds objects to the list of Stream using add methodAudioTranscodePresetType.withStream(Collection<Integer> values) Adds objects to the list of Stream using addAll methodMethods in com.vidispine.generated with parameters of type AudioTranscodePresetTypeModifier and TypeMethodDescriptionvoidTranscodePresetType.setAudio(AudioTranscodePresetType value) Sets the value of the audio property.TranscodePresetType.withAudio(AudioTranscodePresetType value) Sets the value of the audio property.