Uses of Class
com.vidispine.generated.OtifPresetType
-
-
Uses of OtifPresetType in com.vidispine.generated
Fields in com.vidispine.generated declared as OtifPresetType Modifier and Type Field Description protected OtifPresetType
AudioTranscodePresetType. otif
protected OtifPresetType
VideoTranscodePresetType. otif
protected OtifPresetType
OtifConfigurationType. preset
Fields in com.vidispine.generated with type parameters of type OtifPresetType Modifier and Type Field Description protected List<OtifPresetType>
AnalyzeAudioJobType. otif
protected List<OtifPresetType>
AnalyzeVideoJobType. otif
Methods in com.vidispine.generated that return OtifPresetType Modifier and Type Method Description OtifPresetType
ObjectFactory. createOtifPresetType()
Create an instance ofOtifPresetType
OtifPresetType
AudioTranscodePresetType. getOtif()
Gets the value of the otif property.OtifPresetType
VideoTranscodePresetType. getOtif()
Gets the value of the otif property.OtifPresetType
OtifConfigurationType. getPreset()
Gets the value of the preset property.OtifPresetType
OtifPresetType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifPresetType
OtifPresetType. withConfiguration(KeyValuePairType... values)
OtifPresetType
OtifPresetType. withConfiguration(Collection<KeyValuePairType> values)
OtifPresetType
OtifPresetType. withResource(NameURIPairType... values)
OtifPresetType
OtifPresetType. withResource(Collection<NameURIPairType> values)
OtifPresetType
OtifPresetType. withUuid(String value)
OtifPresetType
OtifPresetType. withVersionMajor(int value)
OtifPresetType
OtifPresetType. withVersionMinor(int value)
OtifPresetType
OtifPresetType. withVersionPatch(int value)
Methods in com.vidispine.generated that return types with arguments of type OtifPresetType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifPresetType>
ObjectFactory. createOtifPresetDocument(OtifPresetType value)
List<OtifPresetType>
AnalyzeAudioJobType. getOtif()
Gets the value of the otif property.List<OtifPresetType>
AnalyzeVideoJobType. getOtif()
Gets the value of the otif property.Methods in com.vidispine.generated with parameters of type OtifPresetType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifPresetType>
ObjectFactory. createOtifPresetDocument(OtifPresetType value)
void
AudioTranscodePresetType. setOtif(OtifPresetType value)
Sets the value of the otif property.void
VideoTranscodePresetType. setOtif(OtifPresetType value)
Sets the value of the otif property.void
OtifConfigurationType. setPreset(OtifPresetType value)
Sets the value of the preset property.AnalyzeAudioJobType
AnalyzeAudioJobType. withOtif(OtifPresetType... values)
AnalyzeVideoJobType
AnalyzeVideoJobType. withOtif(OtifPresetType... values)
AudioTranscodePresetType
AudioTranscodePresetType. withOtif(OtifPresetType value)
VideoTranscodePresetType
VideoTranscodePresetType. withOtif(OtifPresetType value)
OtifConfigurationType
OtifConfigurationType. withPreset(OtifPresetType value)
Method parameters in com.vidispine.generated with type arguments of type OtifPresetType Modifier and Type Method Description AnalyzeAudioJobType
AnalyzeAudioJobType. withOtif(Collection<OtifPresetType> values)
AnalyzeVideoJobType
AnalyzeVideoJobType. withOtif(Collection<OtifPresetType> values)
-