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