Uses of Class
com.vidispine.generated.StreamIntervalType
-
-
Uses of StreamIntervalType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StreamIntervalType Modifier and Type Field Description protected List<StreamIntervalType>
DurationType. stream
Methods in com.vidispine.generated that return StreamIntervalType Modifier and Type Method Description StreamIntervalType
ObjectFactory. createStreamIntervalType()
Create an instance ofStreamIntervalType
StreamIntervalType
StreamIntervalType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StreamIntervalType
StreamIntervalType. withEnd(TimeCodeType value)
StreamIntervalType
StreamIntervalType. withIndex(int value)
StreamIntervalType
StreamIntervalType. withNumberOfFrames(int value)
StreamIntervalType
StreamIntervalType. withStart(TimeCodeType value)
Methods in com.vidispine.generated that return types with arguments of type StreamIntervalType Modifier and Type Method Description List<StreamIntervalType>
DurationType. getStream()
Gets the value of the stream property.Methods in com.vidispine.generated with parameters of type StreamIntervalType Modifier and Type Method Description DurationType
DurationType. withStream(StreamIntervalType... values)
Method parameters in com.vidispine.generated with type arguments of type StreamIntervalType Modifier and Type Method Description DurationType
DurationType. withStream(Collection<StreamIntervalType> values)
-