Uses of Class
com.vidispine.generated.RationalType
-
-
Uses of RationalType in com.vidispine.generated
Subclasses of RationalType in com.vidispine.generated Modifier and Type Class Description class
FrameRateType
Java class for FrameRateType complex type.class
TimeBaseType
Java class for TimeBaseType complex type.Fields in com.vidispine.generated declared as RationalType Modifier and Type Field Description protected RationalType
ComplexJobVideoOutputType. displayHeight
protected RationalType
VideoComponentType. displayHeight
protected RationalType
VideoTranscodePresetType. displayHeight
protected RationalType
ComplexJobVideoOutputType. displayWidth
protected RationalType
VideoComponentType. displayWidth
protected RationalType
VideoTranscodePresetType. displayWidth
protected RationalType
ComplexJobVideoOutputType. displayXOffset
protected RationalType
VideoComponentType. displayXOffset
protected RationalType
VideoTranscodePresetType. displayXOffset
protected RationalType
ComplexJobVideoOutputType. displayYOffset
protected RationalType
VideoComponentType. displayYOffset
protected RationalType
VideoTranscodePresetType. displayYOffset
Methods in com.vidispine.generated that return RationalType Modifier and Type Method Description RationalType
ObjectFactory. createRationalType()
Create an instance ofRationalType
RationalType
ComplexJobVideoOutputType. getDisplayHeight()
Gets the value of the displayHeight property.RationalType
VideoComponentType. getDisplayHeight()
Gets the value of the displayHeight property.RationalType
VideoTranscodePresetType. getDisplayHeight()
Gets the value of the displayHeight property.RationalType
ComplexJobVideoOutputType. getDisplayWidth()
Gets the value of the displayWidth property.RationalType
VideoComponentType. getDisplayWidth()
Gets the value of the displayWidth property.RationalType
VideoTranscodePresetType. getDisplayWidth()
Gets the value of the displayWidth property.RationalType
ComplexJobVideoOutputType. getDisplayXOffset()
Gets the value of the displayXOffset property.RationalType
VideoComponentType. getDisplayXOffset()
Gets the value of the displayXOffset property.RationalType
VideoTranscodePresetType. getDisplayXOffset()
Gets the value of the displayXOffset property.RationalType
ComplexJobVideoOutputType. getDisplayYOffset()
Gets the value of the displayYOffset property.RationalType
VideoComponentType. getDisplayYOffset()
Gets the value of the displayYOffset property.RationalType
VideoTranscodePresetType. getDisplayYOffset()
Gets the value of the displayYOffset property.RationalType
RationalType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
RationalType
RationalType. withDenominator(int value)
RationalType
RationalType. withNumerator(int value)
Methods in com.vidispine.generated with parameters of type RationalType Modifier and Type Method Description void
ComplexJobVideoOutputType. setDisplayHeight(RationalType value)
Sets the value of the displayHeight property.void
VideoComponentType. setDisplayHeight(RationalType value)
Sets the value of the displayHeight property.void
VideoTranscodePresetType. setDisplayHeight(RationalType value)
Sets the value of the displayHeight property.void
ComplexJobVideoOutputType. setDisplayWidth(RationalType value)
Sets the value of the displayWidth property.void
VideoComponentType. setDisplayWidth(RationalType value)
Sets the value of the displayWidth property.void
VideoTranscodePresetType. setDisplayWidth(RationalType value)
Sets the value of the displayWidth property.void
ComplexJobVideoOutputType. setDisplayXOffset(RationalType value)
Sets the value of the displayXOffset property.void
VideoComponentType. setDisplayXOffset(RationalType value)
Sets the value of the displayXOffset property.void
VideoTranscodePresetType. setDisplayXOffset(RationalType value)
Sets the value of the displayXOffset property.void
ComplexJobVideoOutputType. setDisplayYOffset(RationalType value)
Sets the value of the displayYOffset property.void
VideoComponentType. setDisplayYOffset(RationalType value)
Sets the value of the displayYOffset property.void
VideoTranscodePresetType. setDisplayYOffset(RationalType value)
Sets the value of the displayYOffset property.ComplexJobVideoOutputType
ComplexJobVideoOutputType. withDisplayHeight(RationalType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withDisplayHeight(RationalType value)
VideoComponentType
VideoComponentType. withDisplayHeight(RationalType value)
VideoTranscodePresetType
VideoTranscodePresetType. withDisplayHeight(RationalType value)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withDisplayWidth(RationalType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withDisplayWidth(RationalType value)
VideoComponentType
VideoComponentType. withDisplayWidth(RationalType value)
VideoTranscodePresetType
VideoTranscodePresetType. withDisplayWidth(RationalType value)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withDisplayXOffset(RationalType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withDisplayXOffset(RationalType value)
VideoComponentType
VideoComponentType. withDisplayXOffset(RationalType value)
VideoTranscodePresetType
VideoTranscodePresetType. withDisplayXOffset(RationalType value)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withDisplayYOffset(RationalType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withDisplayYOffset(RationalType value)
VideoComponentType
VideoComponentType. withDisplayYOffset(RationalType value)
VideoTranscodePresetType
VideoTranscodePresetType. withDisplayYOffset(RationalType value)
-