Uses of Class
com.vidispine.generated.ComplexJobMixType
-
-
Uses of ComplexJobMixType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ComplexJobMixType Modifier and Type Field Description protected List<ComplexJobMixType>
ComplexJobMixInputType. mix
Methods in com.vidispine.generated that return ComplexJobMixType Modifier and Type Method Description ComplexJobMixType
ObjectFactory. createComplexJobMixType()
Create an instance ofComplexJobMixType
ComplexJobMixType
ComplexJobMixType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobMixType
ComplexJobMixType. withChannel(int value)
ComplexJobMixType
ComplexJobMixType. withEffect(EffectType... values)
ComplexJobMixType
ComplexJobMixType. withEffect(Collection<EffectType> values)
ComplexJobMixType
ComplexJobMixType. withGain(float value)
ComplexJobMixType
ComplexJobMixType. withId(int value)
ComplexJobMixType
ComplexJobMixType. withStream(int value)
Methods in com.vidispine.generated that return types with arguments of type ComplexJobMixType Modifier and Type Method Description List<ComplexJobMixType>
ComplexJobMixInputType. getMix()
Gets the value of the mix property.Methods in com.vidispine.generated with parameters of type ComplexJobMixType Modifier and Type Method Description ComplexJobMixInputType
ComplexJobMixInputType. withMix(ComplexJobMixType... values)
Method parameters in com.vidispine.generated with type arguments of type ComplexJobMixType Modifier and Type Method Description ComplexJobMixInputType
ComplexJobMixInputType. withMix(Collection<ComplexJobMixType> values)
-