Uses of Class
com.vidispine.generated.NLEJobVideoOutputType
-
-
Uses of NLEJobVideoOutputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type NLEJobVideoOutputType Modifier and Type Field Description protected List<NLEJobVideoOutputType>
NLEJobOutputType. video
Methods in com.vidispine.generated that return NLEJobVideoOutputType Modifier and Type Method Description NLEJobVideoOutputType
ObjectFactory. createNLEJobVideoOutputType()
Create an instance ofNLEJobVideoOutputType
NLEJobVideoOutputType
NLEJobVideoOutputType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NLEJobVideoOutputType
NLEJobVideoOutputType. withBitrate(long value)
NLEJobVideoOutputType
NLEJobVideoOutputType. withCodec(String value)
NLEJobVideoOutputType
NLEJobVideoOutputType. withGopSize(int value)
NLEJobVideoOutputType
NLEJobVideoOutputType. withMaxBFrames(int value)
NLEJobVideoOutputType
NLEJobVideoOutputType. withPixelFormat(String value)
NLEJobVideoOutputType
NLEJobVideoOutputType. withPreset(String... values)
NLEJobVideoOutputType
NLEJobVideoOutputType. withPreset(Collection<String> values)
NLEJobVideoOutputType
NLEJobVideoOutputType. withSequence(int value)
NLEJobVideoOutputType
NLEJobVideoOutputType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type NLEJobVideoOutputType Modifier and Type Method Description List<NLEJobVideoOutputType>
NLEJobOutputType. getVideo()
Gets the value of the video property.Methods in com.vidispine.generated with parameters of type NLEJobVideoOutputType Modifier and Type Method Description NLEJobOutputType
NLEJobOutputType. withVideo(NLEJobVideoOutputType... values)
Method parameters in com.vidispine.generated with type arguments of type NLEJobVideoOutputType Modifier and Type Method Description NLEJobOutputType
NLEJobOutputType. withVideo(Collection<NLEJobVideoOutputType> values)
-