Uses of Class
com.vidispine.generated.BaseMediaInfoType
-
-
Uses of BaseMediaInfoType in com.vidispine.generated
Subclasses of BaseMediaInfoType in com.vidispine.generated Modifier and Type Class Description class
AudioMediaInfoType
Java class for AudioMediaInfoType complex type.class
VideoMediaInfoType
Java class for VideoMediaInfoType complex type.Fields in com.vidispine.generated declared as BaseMediaInfoType Modifier and Type Field Description protected BaseMediaInfoType
BinaryComponentType. mediaInfo
protected BaseMediaInfoType
ContainerComponentType. mediaInfo
Methods in com.vidispine.generated that return BaseMediaInfoType Modifier and Type Method Description BaseMediaInfoType
ObjectFactory. createBaseMediaInfoType()
Create an instance ofBaseMediaInfoType
BaseMediaInfoType
BinaryComponentType. getMediaInfo()
Gets the value of the mediaInfo property.BaseMediaInfoType
ContainerComponentType. getMediaInfo()
Gets the value of the mediaInfo property.BaseMediaInfoType
BaseMediaInfoType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BaseMediaInfoType
BaseMediaInfoType. withBitRateMode(String value)
BaseMediaInfoType
BaseMediaInfoType. withProperty(KeyValuePairType... values)
BaseMediaInfoType
BaseMediaInfoType. withProperty(Collection<KeyValuePairType> values)
BaseMediaInfoType
BaseMediaInfoType. withSource(String value)
Methods in com.vidispine.generated with parameters of type BaseMediaInfoType Modifier and Type Method Description void
BinaryComponentType. setMediaInfo(BaseMediaInfoType value)
Sets the value of the mediaInfo property.void
ContainerComponentType. setMediaInfo(BaseMediaInfoType value)
Sets the value of the mediaInfo property.BinaryComponentType
BinaryComponentType. withMediaInfo(BaseMediaInfoType value)
ContainerComponentType
ContainerComponentType. withMediaInfo(BaseMediaInfoType value)
-