Uses of Class
com.vidispine.generated.SequenceTrackType
-
-
Uses of SequenceTrackType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SequenceTrackType Modifier and Type Field Description protected List<SequenceTrackType>
SequenceType. track
Methods in com.vidispine.generated that return SequenceTrackType Modifier and Type Method Description SequenceTrackType
ObjectFactory. createSequenceTrackType()
Create an instance ofSequenceTrackType
SequenceTrackType
SequenceTrackType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SequenceTrackType
SequenceTrackType. withAudio(Boolean value)
SequenceTrackType
SequenceTrackType. withSegment(SequenceMediaType... values)
SequenceTrackType
SequenceTrackType. withSegment(Collection<SequenceMediaType> values)
SequenceTrackType
SequenceTrackType. withTransition(SequenceTransitionType... values)
SequenceTrackType
SequenceTrackType. withTransition(Collection<SequenceTransitionType> values)
Methods in com.vidispine.generated that return types with arguments of type SequenceTrackType Modifier and Type Method Description List<SequenceTrackType>
SequenceType. getTrack()
Gets the value of the track property.Methods in com.vidispine.generated with parameters of type SequenceTrackType Modifier and Type Method Description SequenceType
SequenceType. withTrack(SequenceTrackType... values)
Method parameters in com.vidispine.generated with type arguments of type SequenceTrackType Modifier and Type Method Description SequenceType
SequenceType. withTrack(Collection<SequenceTrackType> values)
-