Uses of Class
com.vidispine.generated.BaseMediaInfoType
-
Uses of BaseMediaInfoType in com.vidispine.generated
Subclasses of BaseMediaInfoType in com.vidispine.generatedModifier and TypeClassDescriptionclass
Java class for AudioMediaInfoType complex typeclass
Java class for SubtitleMediaInfoType complex typeclass
Java class for VideoMediaInfoType complex typeFields in com.vidispine.generated declared as BaseMediaInfoTypeModifier and TypeFieldDescriptionprotected BaseMediaInfoType
BinaryComponentType.mediaInfo
protected BaseMediaInfoType
ContainerComponentType.mediaInfo
Methods in com.vidispine.generated that return BaseMediaInfoTypeModifier and TypeMethodDescriptionObjectFactory.createBaseMediaInfoType()
Create an instance ofBaseMediaInfoType
BinaryComponentType.getMediaInfo()
Gets the value of the mediaInfo property.ContainerComponentType.getMediaInfo()
Gets the value of the mediaInfo property.BaseMediaInfoType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) BaseMediaInfoType.withBitRateMode
(String value) Sets the value of the bitRateMode property.BaseMediaInfoType.withProperty
(KeyValuePairType... values) Adds objects to the list of Property using add methodBaseMediaInfoType.withProperty
(Collection<KeyValuePairType> values) Adds objects to the list of Property using addAll methodBaseMediaInfoType.withSource
(String value) Sets the value of the source property.Methods in com.vidispine.generated with parameters of type BaseMediaInfoTypeModifier and TypeMethodDescriptionvoid
BinaryComponentType.setMediaInfo
(BaseMediaInfoType value) Sets the value of the mediaInfo property.void
ContainerComponentType.setMediaInfo
(BaseMediaInfoType value) Sets the value of the mediaInfo property.BinaryComponentType.withMediaInfo
(BaseMediaInfoType value) Sets the value of the mediaInfo property.ContainerComponentType.withMediaInfo
(BaseMediaInfoType value) Sets the value of the mediaInfo property.