Uses of Class
com.vidispine.generated.ComplexJobMixInputType
-
-
Uses of ComplexJobMixInputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ComplexJobMixInputType Modifier and Type Field Description protected List<ComplexJobMixInputType>
ComplexJobType.Connection. audioMixInput
Methods in com.vidispine.generated that return ComplexJobMixInputType Modifier and Type Method Description ComplexJobMixInputType
ObjectFactory. createComplexJobMixInputType()
Create an instance ofComplexJobMixInputType
ComplexJobMixInputType
ComplexJobMixInputType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobMixInputType
ComplexJobMixInputType. withMix(ComplexJobMixType... values)
ComplexJobMixInputType
ComplexJobMixInputType. withMix(Collection<ComplexJobMixType> values)
Methods in com.vidispine.generated that return types with arguments of type ComplexJobMixInputType Modifier and Type Method Description List<ComplexJobMixInputType>
ComplexJobType.Connection. getAudioMixInput()
Gets the value of the audioMixInput property.Methods in com.vidispine.generated with parameters of type ComplexJobMixInputType Modifier and Type Method Description ComplexJobType.Connection
ComplexJobType.Connection. withAudioMixInput(ComplexJobMixInputType... values)
Method parameters in com.vidispine.generated with type arguments of type ComplexJobMixInputType Modifier and Type Method Description ComplexJobType.Connection
ComplexJobType.Connection. withAudioMixInput(Collection<ComplexJobMixInputType> values)
-