Uses of Class
com.vidispine.generated.NLEJob2MixTypeInput
-
-
Uses of NLEJob2MixTypeInput in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type NLEJob2MixTypeInput Modifier and Type Field Description protected List<NLEJob2MixTypeInput>
NLEJob2MixType. input
Methods in com.vidispine.generated that return NLEJob2MixTypeInput Modifier and Type Method Description NLEJob2MixTypeInput
ObjectFactory. createNLEJob2MixTypeInput()
Create an instance ofNLEJob2MixTypeInput
NLEJob2MixTypeInput
NLEJob2MixTypeInput. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NLEJob2MixTypeInput
NLEJob2MixTypeInput. withEffect(EffectType... values)
NLEJob2MixTypeInput
NLEJob2MixTypeInput. withEffect(Collection<EffectType> values)
NLEJob2MixTypeInput
NLEJob2MixTypeInput. withGain(float value)
NLEJob2MixTypeInput
NLEJob2MixTypeInput. withSequence(int value)
Methods in com.vidispine.generated that return types with arguments of type NLEJob2MixTypeInput Modifier and Type Method Description List<NLEJob2MixTypeInput>
NLEJob2MixType. getInput()
Gets the value of the input property.Methods in com.vidispine.generated with parameters of type NLEJob2MixTypeInput Modifier and Type Method Description NLEJob2MixType
NLEJob2MixType. withInput(NLEJob2MixTypeInput... values)
Method parameters in com.vidispine.generated with type arguments of type NLEJob2MixTypeInput Modifier and Type Method Description NLEJob2MixType
NLEJob2MixType. withInput(Collection<NLEJob2MixTypeInput> values)
-