Uses of Class
com.vidispine.generated.BaseMediaInfoType
-
Uses of BaseMediaInfoType in com.vidispine.generated
Subclasses of BaseMediaInfoType in com.vidispine.generatedModifier and TypeClassDescriptionclassJava class for AudioMediaInfoType complex typeclassJava class for SubtitleMediaInfoType complex typeclassJava class for VideoMediaInfoType complex typeFields in com.vidispine.generated declared as BaseMediaInfoTypeModifier and TypeFieldDescriptionprotected BaseMediaInfoTypeBinaryComponentType.mediaInfoprotected BaseMediaInfoTypeContainerComponentType.mediaInfoMethods in com.vidispine.generated that return BaseMediaInfoTypeModifier and TypeMethodDescriptionObjectFactory.createBaseMediaInfoType()Create an instance ofBaseMediaInfoTypeBinaryComponentType.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 TypeMethodDescriptionvoidBinaryComponentType.setMediaInfo(BaseMediaInfoType value) Sets the value of the mediaInfo property.voidContainerComponentType.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.