Uses of Class
com.vidispine.generated.ComplexJobOTIFType
-
-
Uses of ComplexJobOTIFType in com.vidispine.generated
Fields in com.vidispine.generated declared as ComplexJobOTIFType Modifier and Type Field Description protected ComplexJobOTIFType
ComplexJobOutputType. objectTracking
Fields in com.vidispine.generated with type parameters of type ComplexJobOTIFType Modifier and Type Field Description protected List<ComplexJobOTIFType>
AnalyzeAudioType. otif
protected List<ComplexJobOTIFType>
AnalyzeVideoType. otif
Methods in com.vidispine.generated that return types with arguments of type ComplexJobOTIFType Modifier and Type Method Description List<ComplexJobOTIFType>
AnalyzeAudioType. getOtif()
Gets the value of the otif property.List<ComplexJobOTIFType>
AnalyzeVideoType. getOtif()
Gets the value of the otif property.Methods in com.vidispine.generated with parameters of type ComplexJobOTIFType Modifier and Type Method Description void
ComplexJobOutputType. setObjectTracking(ComplexJobOTIFType value)
Sets the value of the objectTracking property.ComplexJobAudioOutputType
ComplexJobAudioOutputType. withObjectTracking(ComplexJobOTIFType value)
ComplexJobOutputType
ComplexJobOutputType. withObjectTracking(ComplexJobOTIFType value)
ComplexJobSubtitleOutputType
ComplexJobSubtitleOutputType. withObjectTracking(ComplexJobOTIFType value)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withObjectTracking(ComplexJobOTIFType value)
NLEJob2AudioOutputType
NLEJob2AudioOutputType. withObjectTracking(ComplexJobOTIFType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withObjectTracking(ComplexJobOTIFType value)
AnalyzeAudioType
AnalyzeAudioType. withOtif(ComplexJobOTIFType... values)
AnalyzeVideoType
AnalyzeVideoType. withOtif(ComplexJobOTIFType... values)
Method parameters in com.vidispine.generated with type arguments of type ComplexJobOTIFType Modifier and Type Method Description AnalyzeAudioType
AnalyzeAudioType. withOtif(Collection<ComplexJobOTIFType> values)
AnalyzeVideoType
AnalyzeVideoType. withOtif(Collection<ComplexJobOTIFType> values)
-