Uses of Class
com.vidispine.generated.NLEJob2OutputType
-
-
Uses of NLEJob2OutputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type NLEJob2OutputType Modifier and Type Field Description protected List<NLEJob2OutputType>
NLEJobType. output2
Methods in com.vidispine.generated that return NLEJob2OutputType Modifier and Type Method Description NLEJob2OutputType
ObjectFactory. createNLEJob2OutputType()
Create an instance ofNLEJob2OutputType
NLEJob2OutputType
NLEJob2OutputType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NLEJob2OutputType
NLEJob2OutputType. withAudio(NLEJob2AudioOutputType... values)
NLEJob2OutputType
NLEJob2OutputType. withAudio(Collection<NLEJob2AudioOutputType> values)
NLEJob2OutputType
NLEJob2OutputType. withFormat(ComplexJobOutputFormatType value)
NLEJob2OutputType
NLEJob2OutputType. withVideo(NLEJob2VideoOutputType... values)
NLEJob2OutputType
NLEJob2OutputType. withVideo(Collection<NLEJob2VideoOutputType> values)
Methods in com.vidispine.generated that return types with arguments of type NLEJob2OutputType Modifier and Type Method Description List<NLEJob2OutputType>
NLEJobType. getOutput2()
Gets the value of the output2 property.Methods in com.vidispine.generated with parameters of type NLEJob2OutputType Modifier and Type Method Description NLEJobType
NLEJobType. withOutput2(NLEJob2OutputType... values)
Method parameters in com.vidispine.generated with type arguments of type NLEJob2OutputType Modifier and Type Method Description NLEJobType
NLEJobType. withOutput2(Collection<NLEJob2OutputType> values)
-