Uses of Class
com.vidispine.generated.TrackSegmentType
-
-
Uses of TrackSegmentType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TrackSegmentType Modifier and Type Field Description protected List<TrackSegmentType>
TrackType. segment
Methods in com.vidispine.generated that return TrackSegmentType Modifier and Type Method Description TrackSegmentType
ObjectFactory. createTrackSegmentType()
Create an instance ofTrackSegmentType
TrackSegmentType
TrackSegmentType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TrackSegmentType
TrackSegmentType. withEffect(EffectType... values)
TrackSegmentType
TrackSegmentType. withEffect(Collection<EffectType> values)
TrackSegmentType
TrackSegmentType. withFillerLength(long value)
TrackSegmentType
TrackSegmentType. withSubClip(int value)
TrackSegmentType
TrackSegmentType. withTransition(NLEJobTransitionType value)
Methods in com.vidispine.generated that return types with arguments of type TrackSegmentType Modifier and Type Method Description List<TrackSegmentType>
TrackType. getSegment()
Gets the value of the segment property.Methods in com.vidispine.generated with parameters of type TrackSegmentType Modifier and Type Method Description TrackType
TrackType. withSegment(TrackSegmentType... values)
Method parameters in com.vidispine.generated with type arguments of type TrackSegmentType Modifier and Type Method Description TrackType
TrackType. withSegment(Collection<TrackSegmentType> values)
-