Uses of Class
com.vidispine.generated.VideoMediaInfoType
-
-
Uses of VideoMediaInfoType in com.vidispine.generated
Fields in com.vidispine.generated declared as VideoMediaInfoType Modifier and Type Field Description protected VideoMediaInfoType
VideoComponentType. mediaInfo
Methods in com.vidispine.generated that return VideoMediaInfoType Modifier and Type Method Description VideoMediaInfoType
ObjectFactory. createVideoMediaInfoType()
Create an instance ofVideoMediaInfoType
VideoMediaInfoType
VideoComponentType. getMediaInfo()
Gets the value of the mediaInfo property.VideoMediaInfoType
VideoMediaInfoType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VideoMediaInfoType
VideoMediaInfoType. withBitRateMode(String value)
VideoMediaInfoType
VideoMediaInfoType. withFormatSettingsGOP(String value)
VideoMediaInfoType
VideoMediaInfoType. withIntraDcPrecision(Integer value)
VideoMediaInfoType
VideoMediaInfoType. withProperty(KeyValuePairType... values)
VideoMediaInfoType
VideoMediaInfoType. withProperty(Collection<KeyValuePairType> values)
VideoMediaInfoType
VideoMediaInfoType. withSource(String value)
Methods in com.vidispine.generated with parameters of type VideoMediaInfoType Modifier and Type Method Description void
VideoComponentType. setMediaInfo(VideoMediaInfoType value)
Sets the value of the mediaInfo property.VideoComponentType
VideoComponentType. withMediaInfo(VideoMediaInfoType value)
-