Uses of Class
com.vidispine.generated.VideoComponentType
-
-
Uses of VideoComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as VideoComponentType Modifier and Type Field Description protected VideoComponentType
ComponentSynchronizeType. video
Fields in com.vidispine.generated with type parameters of type VideoComponentType Modifier and Type Field Description protected List<VideoComponentType>
ShapeType. videoComponent
protected List<VideoComponentType>
PartialFileDescriptorType. videoStream
Methods in com.vidispine.generated that return types with arguments of type VideoComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<VideoComponentType>
ObjectFactory. createVideoComponentDocument(VideoComponentType value)
List<VideoComponentType>
ShapeType. getVideoComponent()
Gets the value of the videoComponent property.List<VideoComponentType>
PartialFileDescriptorType. getVideoStream()
Gets the value of the videoStream property.Methods in com.vidispine.generated with parameters of type VideoComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<VideoComponentType>
ObjectFactory. createVideoComponentDocument(VideoComponentType value)
void
ComponentSynchronizeType. setVideo(VideoComponentType value)
Sets the value of the video property.ComponentSynchronizeType
ComponentSynchronizeType. withVideo(VideoComponentType value)
ShapeType
ShapeType. withVideoComponent(VideoComponentType... values)
PartialFileDescriptorType
PartialFileDescriptorType. withVideoStream(VideoComponentType... values)
Method parameters in com.vidispine.generated with type arguments of type VideoComponentType Modifier and Type Method Description ShapeType
ShapeType. withVideoComponent(Collection<VideoComponentType> values)
PartialFileDescriptorType
PartialFileDescriptorType. withVideoStream(Collection<VideoComponentType> values)
-