Uses of Class
com.vidispine.generated.VideoClipType
-
-
Uses of VideoClipType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type VideoClipType Modifier and Type Field Description protected List<VideoClipType>
NLEJobType. videoClip
Methods in com.vidispine.generated that return VideoClipType Modifier and Type Method Description VideoClipType
ObjectFactory. createVideoClipType()
Create an instance ofVideoClipType
VideoClipType
VideoClipType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VideoClipType
VideoClipType. withId(String value)
VideoClipType
VideoClipType. withStream(int value)
VideoClipType
VideoClipType. withSubClip(SubClipType... values)
VideoClipType
VideoClipType. withSubClip(Collection<SubClipType> values)
VideoClipType
VideoClipType. withTrack(int value)
VideoClipType
VideoClipType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type VideoClipType Modifier and Type Method Description List<VideoClipType>
NLEJobType. getVideoClip()
Gets the value of the videoClip property.Methods in com.vidispine.generated with parameters of type VideoClipType Modifier and Type Method Description NLEJobType
NLEJobType. withVideoClip(VideoClipType... values)
Method parameters in com.vidispine.generated with type arguments of type VideoClipType Modifier and Type Method Description NLEJobType
NLEJobType. withVideoClip(Collection<VideoClipType> values)
-