Uses of Class
com.vidispine.generated.ComplexJobAudioChannelMapInputType
-
-
Uses of ComplexJobAudioChannelMapInputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ComplexJobAudioChannelMapInputType Modifier and Type Field Description protected List<ComplexJobAudioChannelMapInputType>
ComplexJobType.Connection. audioChannelMapInput
protected List<ComplexJobAudioChannelMapInputType>
ComplexJobAudioChannelSequenceInputType. input
Methods in com.vidispine.generated that return types with arguments of type ComplexJobAudioChannelMapInputType Modifier and Type Method Description List<ComplexJobAudioChannelMapInputType>
ComplexJobType.Connection. getAudioChannelMapInput()
Gets the value of the audioChannelMapInput property.List<ComplexJobAudioChannelMapInputType>
ComplexJobAudioChannelSequenceInputType. getInput()
Gets the value of the input property.Methods in com.vidispine.generated with parameters of type ComplexJobAudioChannelMapInputType Modifier and Type Method Description ComplexJobType.Connection
ComplexJobType.Connection. withAudioChannelMapInput(ComplexJobAudioChannelMapInputType... values)
ComplexJobAudioChannelSequenceInputType
ComplexJobAudioChannelSequenceInputType. withInput(ComplexJobAudioChannelMapInputType... values)
Method parameters in com.vidispine.generated with type arguments of type ComplexJobAudioChannelMapInputType Modifier and Type Method Description ComplexJobType.Connection
ComplexJobType.Connection. withAudioChannelMapInput(Collection<ComplexJobAudioChannelMapInputType> values)
ComplexJobAudioChannelSequenceInputType
ComplexJobAudioChannelSequenceInputType. withInput(Collection<ComplexJobAudioChannelMapInputType> values)
-