Uses of Class
com.vidispine.generated.OtifPresetType
-
Uses of OtifPresetType in com.vidispine.generated
Fields in com.vidispine.generated declared as OtifPresetTypeModifier and TypeFieldDescriptionprotected OtifPresetType
AudioTranscodePresetType.otif
protected OtifPresetType
VideoTranscodePresetType.otif
protected OtifPresetType
OtifConfigurationType.preset
Fields in com.vidispine.generated with type parameters of type OtifPresetTypeModifier and TypeFieldDescriptionprotected List<OtifPresetType>
AnalyzeAudioJobType.otif
protected List<OtifPresetType>
AnalyzeVideoJobType.otif
Methods in com.vidispine.generated that return OtifPresetTypeModifier and TypeMethodDescriptionObjectFactory.createOtifPresetType()
Create an instance ofOtifPresetType
AudioTranscodePresetType.getOtif()
Gets the value of the otif property.VideoTranscodePresetType.getOtif()
Gets the value of the otif property.OtifConfigurationType.getPreset()
Gets the value of the preset property.OtifPresetType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) OtifPresetType.withConfiguration
(KeyValuePairType... values) Adds objects to the list of Configuration using add methodOtifPresetType.withConfiguration
(Collection<KeyValuePairType> values) Adds objects to the list of Configuration using addAll methodOtifPresetType.withResource
(NameURIPairType... values) Adds objects to the list of Resource using add methodOtifPresetType.withResource
(Collection<NameURIPairType> values) Adds objects to the list of Resource using addAll methodSets the value of the uuid property.OtifPresetType.withVersionMajor
(int value) Sets the value of the versionMajor property.OtifPresetType.withVersionMinor
(int value) Sets the value of the versionMinor property.OtifPresetType.withVersionPatch
(int value) Sets the value of the versionPatch property.Methods in com.vidispine.generated that return types with arguments of type OtifPresetTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<OtifPresetType>
ObjectFactory.createOtifPresetDocument
(OtifPresetType value) AnalyzeAudioJobType.getOtif()
Gets the value of the otif property.AnalyzeVideoJobType.getOtif()
Gets the value of the otif property.Methods in com.vidispine.generated with parameters of type OtifPresetTypeModifier and TypeMethodDescriptionjakarta.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.withOtif
(OtifPresetType... values) Adds objects to the list of Otif using add methodAnalyzeVideoJobType.withOtif
(OtifPresetType... values) Adds objects to the list of Otif using add methodAudioTranscodePresetType.withOtif
(OtifPresetType value) Sets the value of the otif property.VideoTranscodePresetType.withOtif
(OtifPresetType value) Sets the value of the otif property.OtifConfigurationType.withPreset
(OtifPresetType value) Sets the value of the preset property.Method parameters in com.vidispine.generated with type arguments of type OtifPresetTypeModifier and TypeMethodDescriptionAnalyzeAudioJobType.withOtif
(Collection<OtifPresetType> values) Adds objects to the list of Otif using addAll methodAnalyzeVideoJobType.withOtif
(Collection<OtifPresetType> values) Adds objects to the list of Otif using addAll method