Uses of Class
com.vidispine.generated.OverlayType
-
Uses of OverlayType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OverlayTypeModifier and TypeFieldDescriptionprotected List<OverlayType>
ComplexJobOutputFormatType.overlay
protected List<OverlayType>
ComplexJobVideoOutputType.overlay
protected List<OverlayType>
TranscodePresetType.overlay
Methods in com.vidispine.generated that return OverlayTypeModifier and TypeMethodDescriptionObjectFactory.createOverlayType()
Create an instance ofOverlayType
OverlayType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the id property.OverlayType.withInterval
(TimeIntervalType value) Sets the value of the interval property.OverlayType.withOpacity
(Integer value) Sets the value of the opacity property.OverlayType.withRange
(SequenceRangeType... values) Adds objects to the list of Range using add methodOverlayType.withRange
(Collection<SequenceRangeType> values) Adds objects to the list of Range using addAll methodAdds objects to the list of Uri using add methodOverlayType.withUri
(Collection<String> values) Adds objects to the list of Uri using addAll methodOverlayType.withX
(int value) Sets the value of the x property.OverlayType.withY
(int value) Sets the value of the y property.Methods in com.vidispine.generated that return types with arguments of type OverlayTypeModifier and TypeMethodDescriptionComplexJobOutputFormatType.getOverlay()
Gets the value of the overlay property.ComplexJobVideoOutputType.getOverlay()
Gets the value of the overlay property.TranscodePresetType.getOverlay()
Gets the value of the overlay property.Methods in com.vidispine.generated with parameters of type OverlayTypeModifier and TypeMethodDescriptionComplexJobOutputFormatType.withOverlay
(OverlayType... values) Adds objects to the list of Overlay using add methodComplexJobType.Output.withOverlay
(OverlayType... values) Adds objects to the list of Overlay using add methodComplexJobVideoOutputType.withOverlay
(OverlayType... values) Adds objects to the list of Overlay using add methodNLEJob2VideoOutputType.withOverlay
(OverlayType... values) Adds objects to the list of Overlay using add methodTranscodePresetType.withOverlay
(OverlayType... values) Adds objects to the list of Overlay using add methodMethod parameters in com.vidispine.generated with type arguments of type OverlayTypeModifier and TypeMethodDescriptionComplexJobOutputFormatType.withOverlay
(Collection<OverlayType> values) Adds objects to the list of Overlay using addAll methodComplexJobType.Output.withOverlay
(Collection<OverlayType> values) Adds objects to the list of Overlay using addAll methodComplexJobVideoOutputType.withOverlay
(Collection<OverlayType> values) Adds objects to the list of Overlay using addAll methodNLEJob2VideoOutputType.withOverlay
(Collection<OverlayType> values) Adds objects to the list of Overlay using addAll methodTranscodePresetType.withOverlay
(Collection<OverlayType> values) Adds objects to the list of Overlay using addAll method