Uses of Class
com.vidispine.generated.ComplexJobAudioChannelMapInputType
-
Uses of ComplexJobAudioChannelMapInputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ComplexJobAudioChannelMapInputTypeModifier and TypeFieldDescriptionprotected List<ComplexJobAudioChannelMapInputType>
ComplexJobType.Connection.audioChannelMapInput
protected List<ComplexJobAudioChannelMapInputType>
ComplexJobAudioChannelSequenceInputType.input
Methods in com.vidispine.generated that return ComplexJobAudioChannelMapInputTypeModifier and TypeMethodDescriptionObjectFactory.createComplexJobAudioChannelMapInputType()
Create an instance ofComplexJobAudioChannelMapInputType
ComplexJobAudioChannelMapInputType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ComplexJobAudioChannelMapInputType.withChannel
(int value) Sets the value of the channel property.ComplexJobAudioChannelMapInputType.withId
(int value) Sets the value of the id property.Sets the value of the pid property.ComplexJobAudioChannelMapInputType.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodComplexJobAudioChannelMapInputType.withSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodComplexJobAudioChannelMapInputType.withStream
(int value) Sets the value of the stream property.ComplexJobAudioChannelMapInputType.withTransition
(TransitionType value) Sets the value of the transition property.Methods in com.vidispine.generated that return types with arguments of type ComplexJobAudioChannelMapInputTypeModifier and TypeMethodDescriptionComplexJobType.Connection.getAudioChannelMapInput()
Gets the value of the audioChannelMapInput property.ComplexJobAudioChannelSequenceInputType.getInput()
Gets the value of the input property.Methods in com.vidispine.generated with parameters of type ComplexJobAudioChannelMapInputTypeModifier and TypeMethodDescriptionComplexJobType.Connection.withAudioChannelMapInput
(ComplexJobAudioChannelMapInputType... values) Adds objects to the list of AudioChannelMapInput using add methodComplexJobAudioChannelSequenceInputType.withInput
(ComplexJobAudioChannelMapInputType... values) Adds objects to the list of Input using add methodMethod parameters in com.vidispine.generated with type arguments of type ComplexJobAudioChannelMapInputTypeModifier and TypeMethodDescriptionComplexJobType.Connection.withAudioChannelMapInput
(Collection<ComplexJobAudioChannelMapInputType> values) Adds objects to the list of AudioChannelMapInput using addAll methodComplexJobAudioChannelSequenceInputType.withInput
(Collection<ComplexJobAudioChannelMapInputType> values) Adds objects to the list of Input using addAll method