Uses of Class
com.vidispine.generated.OverlayType
-
-
Uses of OverlayType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OverlayType Modifier and Type Field Description protected List<OverlayType>
ComplexJobOutputFormatType. overlay
protected List<OverlayType>
ComplexJobVideoOutputType. overlay
protected List<OverlayType>
TranscodePresetType. overlay
Methods in com.vidispine.generated that return OverlayType Modifier and Type Method Description OverlayType
ObjectFactory. createOverlayType()
Create an instance ofOverlayType
OverlayType
OverlayType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OverlayType
OverlayType. withId(String value)
OverlayType
OverlayType. withInterval(TimeIntervalType value)
OverlayType
OverlayType. withOpacity(Integer value)
OverlayType
OverlayType. withRange(SequenceRangeType... values)
OverlayType
OverlayType. withRange(Collection<SequenceRangeType> values)
OverlayType
OverlayType. withUri(String... values)
OverlayType
OverlayType. withUri(Collection<String> values)
OverlayType
OverlayType. withX(int value)
OverlayType
OverlayType. withY(int value)
Methods in com.vidispine.generated that return types with arguments of type OverlayType Modifier and Type Method Description List<OverlayType>
ComplexJobOutputFormatType. getOverlay()
Gets the value of the overlay property.List<OverlayType>
ComplexJobVideoOutputType. getOverlay()
Gets the value of the overlay property.List<OverlayType>
TranscodePresetType. getOverlay()
Gets the value of the overlay property.Methods in com.vidispine.generated with parameters of type OverlayType Modifier and Type Method Description ComplexJobOutputFormatType
ComplexJobOutputFormatType. withOverlay(OverlayType... values)
ComplexJobType.Output
ComplexJobType.Output. withOverlay(OverlayType... values)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withOverlay(OverlayType... values)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withOverlay(OverlayType... values)
TranscodePresetType
TranscodePresetType. withOverlay(OverlayType... values)
Method parameters in com.vidispine.generated with type arguments of type OverlayType Modifier and Type Method Description ComplexJobOutputFormatType
ComplexJobOutputFormatType. withOverlay(Collection<OverlayType> values)
ComplexJobType.Output
ComplexJobType.Output. withOverlay(Collection<OverlayType> values)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withOverlay(Collection<OverlayType> values)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withOverlay(Collection<OverlayType> values)
TranscodePresetType
TranscodePresetType. withOverlay(Collection<OverlayType> values)
-