Uses of Class
com.vidispine.generated.AudioOutputType
-
Uses of AudioOutputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AudioOutputTypeMethods in com.vidispine.generated that return AudioOutputTypeModifier and TypeMethodDescriptionObjectFactory.createAudioOutputType()Create an instance ofAudioOutputTypeAudioOutputType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) AudioOutputType.withBitrate(Integer value) Sets the value of the bitrate property.AudioOutputType.withChannel(Integer... values) Adds objects to the list of Channel using add methodAudioOutputType.withChannel(Collection<Integer> values) Adds objects to the list of Channel using addAll methodSets the value of the codec property.AudioOutputType.withFormat(String value) Sets the value of the format property.AudioOutputType.withFramerate(TimeBaseType value) Sets the value of the framerate property.AudioOutputType.withStream(Integer... values) Adds objects to the list of Stream using add methodAudioOutputType.withStream(Collection<Integer> values) Adds objects to the list of Stream using addAll methodMethods in com.vidispine.generated that return types with arguments of type AudioOutputTypeModifier and TypeMethodDescriptionAudioTranscodePresetType.getOutput()Gets the value of the output property.Methods in com.vidispine.generated with parameters of type AudioOutputTypeModifier and TypeMethodDescriptionAudioTranscodePresetType.withOutput(AudioOutputType... values) Adds objects to the list of Output using add methodMethod parameters in com.vidispine.generated with type arguments of type AudioOutputTypeModifier and TypeMethodDescriptionAudioTranscodePresetType.withOutput(Collection<AudioOutputType> values) Adds objects to the list of Output using addAll method