Uses of Class
com.vidispine.generated.ResolutionType
-
-
Uses of ResolutionType in com.vidispine.generated
Fields in com.vidispine.generated declared as ResolutionType Modifier and Type Field Description protected ResolutionType
TranscodePresetType. posterResolution
protected ResolutionType
ComplexJobVideoOutputType.GeneratePosters. resolution
protected ResolutionType
ComplexJobVideoOutputType.GenerateThumbnails. resolution
protected ResolutionType
ComplexJobVideoOutputType. resolution
protected ResolutionType
VideoComponentType. resolution
protected ResolutionType
VideoTranscodePresetType. resolution
protected ResolutionType
TranscodePresetType. thumbnailResolution
protected ResolutionType
TranscoderConfigurationType. thumbnailResolution
Methods in com.vidispine.generated that return ResolutionType Modifier and Type Method Description ResolutionType
ObjectFactory. createResolutionType()
Create an instance ofResolutionType
ResolutionType
TranscodePresetType. getPosterResolution()
Gets the value of the posterResolution property.ResolutionType
ComplexJobVideoOutputType.GeneratePosters. getResolution()
Gets the value of the resolution property.ResolutionType
ComplexJobVideoOutputType.GenerateThumbnails. getResolution()
Gets the value of the resolution property.ResolutionType
ComplexJobVideoOutputType. getResolution()
Gets the value of the resolution property.ResolutionType
VideoComponentType. getResolution()
Gets the value of the resolution property.ResolutionType
VideoTranscodePresetType. getResolution()
Gets the value of the resolution property.ResolutionType
TranscodePresetType. getThumbnailResolution()
Gets the value of the thumbnailResolution property.ResolutionType
TranscoderConfigurationType. getThumbnailResolution()
Gets the value of the thumbnailResolution property.ResolutionType
ResolutionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ResolutionType
ResolutionType. withHeight(long value)
ResolutionType
ResolutionType. withWidth(long value)
Methods in com.vidispine.generated with parameters of type ResolutionType Modifier and Type Method Description void
TranscodePresetType. setPosterResolution(ResolutionType value)
Sets the value of the posterResolution property.void
ComplexJobVideoOutputType.GeneratePosters. setResolution(ResolutionType value)
Sets the value of the resolution property.void
ComplexJobVideoOutputType.GenerateThumbnails. setResolution(ResolutionType value)
Sets the value of the resolution property.void
ComplexJobVideoOutputType. setResolution(ResolutionType value)
Sets the value of the resolution property.void
VideoComponentType. setResolution(ResolutionType value)
Sets the value of the resolution property.void
VideoTranscodePresetType. setResolution(ResolutionType value)
Sets the value of the resolution property.void
TranscodePresetType. setThumbnailResolution(ResolutionType value)
Sets the value of the thumbnailResolution property.void
TranscoderConfigurationType. setThumbnailResolution(ResolutionType value)
Sets the value of the thumbnailResolution property.TranscodePresetType
TranscodePresetType. withPosterResolution(ResolutionType value)
ComplexJobVideoOutputType.GeneratePosters
ComplexJobVideoOutputType.GeneratePosters. withResolution(ResolutionType value)
ComplexJobVideoOutputType.GenerateThumbnails
ComplexJobVideoOutputType.GenerateThumbnails. withResolution(ResolutionType value)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withResolution(ResolutionType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withResolution(ResolutionType value)
VideoComponentType
VideoComponentType. withResolution(ResolutionType value)
VideoTranscodePresetType
VideoTranscodePresetType. withResolution(ResolutionType value)
TranscodePresetType
TranscodePresetType. withThumbnailResolution(ResolutionType value)
TranscoderConfigurationType
TranscoderConfigurationType. withThumbnailResolution(ResolutionType value)
-