Uses of Class
com.vidispine.generated.AspectRatioType
-
-
Uses of AspectRatioType in com.vidispine.generated
Fields in com.vidispine.generated declared as AspectRatioType Modifier and Type Field Description protected AspectRatioType
ComplexJobVideoOutputType. containerSAR
protected AspectRatioType
VideoComponentType. containerSAR
protected AspectRatioType
VideoTranscodePresetType. containerSAR
protected AspectRatioType
NLEJobType. dar
protected AspectRatioType
CarbonPreset. displayAspectRatio
protected AspectRatioType
ExternalVideoMediaType. pixelAspectRatio
protected AspectRatioType
ScalingType. pixelAspectRatio
protected AspectRatioType
VideoComponentType. pixelAspectRatio
protected AspectRatioType
ScalingType. targetDAR
Methods in com.vidispine.generated that return AspectRatioType Modifier and Type Method Description AspectRatioType
ObjectFactory. createAspectRatioType()
Create an instance ofAspectRatioType
AspectRatioType
ComplexJobVideoOutputType. getContainerSAR()
Gets the value of the containerSAR property.AspectRatioType
VideoComponentType. getContainerSAR()
Gets the value of the containerSAR property.AspectRatioType
VideoTranscodePresetType. getContainerSAR()
Gets the value of the containerSAR property.AspectRatioType
NLEJobType. getDar()
Gets the value of the dar property.AspectRatioType
CarbonPreset. getDisplayAspectRatio()
Gets the value of the displayAspectRatio property.AspectRatioType
ExternalVideoMediaType. getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.AspectRatioType
ScalingType. getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.AspectRatioType
VideoComponentType. getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.AspectRatioType
ScalingType. getTargetDAR()
Gets the value of the targetDAR property.AspectRatioType
AspectRatioType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AspectRatioType
AspectRatioType. withHorizontal(long value)
AspectRatioType
AspectRatioType. withVertical(long value)
Methods in com.vidispine.generated with parameters of type AspectRatioType Modifier and Type Method Description void
ComplexJobVideoOutputType. setContainerSAR(AspectRatioType value)
Sets the value of the containerSAR property.void
VideoComponentType. setContainerSAR(AspectRatioType value)
Sets the value of the containerSAR property.void
VideoTranscodePresetType. setContainerSAR(AspectRatioType value)
Sets the value of the containerSAR property.void
NLEJobType. setDar(AspectRatioType value)
Sets the value of the dar property.void
CarbonPreset. setDisplayAspectRatio(AspectRatioType value)
Sets the value of the displayAspectRatio property.void
ExternalVideoMediaType. setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.void
ScalingType. setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.void
VideoComponentType. setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.void
ScalingType. setTargetDAR(AspectRatioType value)
Sets the value of the targetDAR property.ComplexJobVideoOutputType
ComplexJobVideoOutputType. withContainerSAR(AspectRatioType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withContainerSAR(AspectRatioType value)
VideoComponentType
VideoComponentType. withContainerSAR(AspectRatioType value)
VideoTranscodePresetType
VideoTranscodePresetType. withContainerSAR(AspectRatioType value)
NLEJobType
NLEJobType. withDar(AspectRatioType value)
CarbonPreset
CarbonPreset. withDisplayAspectRatio(AspectRatioType value)
ExternalVideoMediaType
ExternalVideoMediaType. withPixelAspectRatio(AspectRatioType value)
ScalingType
ScalingType. withPixelAspectRatio(AspectRatioType value)
VideoComponentType
VideoComponentType. withPixelAspectRatio(AspectRatioType value)
ScalingType
ScalingType. withTargetDAR(AspectRatioType value)
-