Uses of Class
com.vidispine.generated.ScalingType
-
-
Uses of ScalingType in com.vidispine.generated
Fields in com.vidispine.generated declared as ScalingType Modifier and Type Field Description protected ScalingType
ComplexJobVideoOutputType. scaling
protected ScalingType
VideoTranscodePresetType. scaling
Methods in com.vidispine.generated that return ScalingType Modifier and Type Method Description ScalingType
ObjectFactory. createScalingType()
Create an instance ofScalingType
ScalingType
ComplexJobVideoOutputType. getScaling()
Gets the value of the scaling property.ScalingType
VideoTranscodePresetType. getScaling()
Gets the value of the scaling property.ScalingType
ScalingType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ScalingType
ScalingType. withBottom(Integer value)
ScalingType
ScalingType. withHeight(Long value)
ScalingType
ScalingType. withLeft(Integer value)
ScalingType
ScalingType. withPadColor(String value)
ScalingType
ScalingType. withPixelAspectRatio(AspectRatioType value)
ScalingType
ScalingType. withRight(Integer value)
ScalingType
ScalingType. withRotate(String value)
ScalingType
ScalingType. withTargetDAR(AspectRatioType value)
ScalingType
ScalingType. withTop(Integer value)
ScalingType
ScalingType. withWidth(Long value)
Methods in com.vidispine.generated with parameters of type ScalingType Modifier and Type Method Description void
ComplexJobVideoOutputType. setScaling(ScalingType value)
Sets the value of the scaling property.void
VideoTranscodePresetType. setScaling(ScalingType value)
Sets the value of the scaling property.ComplexJobVideoOutputType
ComplexJobVideoOutputType. withScaling(ScalingType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withScaling(ScalingType value)
VideoTranscodePresetType
VideoTranscodePresetType. withScaling(ScalingType value)
-