Uses of Class
com.vidispine.generated.AudioTrackTranscodePresetType
-
Uses of AudioTrackTranscodePresetType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AudioTrackTranscodePresetTypeModifier and TypeFieldDescriptionprotected List<AudioTrackTranscodePresetType>TranscodePresetType.audioTrackMethods in com.vidispine.generated that return AudioTrackTranscodePresetTypeModifier and TypeMethodDescriptionObjectFactory.createAudioTrackTranscodePresetType()Create an instance ofAudioTrackTranscodePresetTypeAudioTrackTranscodePresetType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) AudioTrackTranscodePresetType.withBitrate(Integer value) Sets the value of the bitrate property.AudioTrackTranscodePresetType.withChannel(Integer... values) Adds objects to the list of Channel using add methodAudioTrackTranscodePresetType.withChannel(Collection<Integer> values) Adds objects to the list of Channel using addAll methodSets the value of the codec property.AudioTrackTranscodePresetType.withFramerate(TimeBaseType value) Sets the value of the framerate property.AudioTrackTranscodePresetType.withMix(AudioTranscodePresetMixType... values) Adds objects to the list of Mix using add methodAudioTrackTranscodePresetType.withMix(Collection<AudioTranscodePresetMixType> values) Adds objects to the list of Mix using addAll methodAudioTrackTranscodePresetType.withPreset(String... values) Adds objects to the list of Preset using add methodAudioTrackTranscodePresetType.withPreset(Collection<String> values) Adds objects to the list of Preset using addAll methodAudioTrackTranscodePresetType.withSetting(KeyValuePairType... values) Adds objects to the list of Setting using add methodAudioTrackTranscodePresetType.withSetting(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodMethods in com.vidispine.generated that return types with arguments of type AudioTrackTranscodePresetTypeModifier and TypeMethodDescriptionTranscodePresetType.getAudioTrack()Gets the value of the audioTrack property.Methods in com.vidispine.generated with parameters of type AudioTrackTranscodePresetTypeModifier and TypeMethodDescriptionTranscodePresetType.withAudioTrack(AudioTrackTranscodePresetType... values) Adds objects to the list of AudioTrack using add methodMethod parameters in com.vidispine.generated with type arguments of type AudioTrackTranscodePresetTypeModifier and TypeMethodDescriptionTranscodePresetType.withAudioTrack(Collection<AudioTrackTranscodePresetType> values) Adds objects to the list of AudioTrack using addAll method