public class AsfPackage extends CustomPackage
Represents native metadata of the ASF media container.
Learn more
Modifier and Type | Method and Description |
---|---|
AsfCodec[] |
getCodecInformation()
Gets the codec info entries.
|
Date |
getCreationDate()
Gets the date and time of the initial creation of the file.
|
UUID |
getFileID()
Gets the unique identifier for this file.
|
AsfFilePropertyFlags |
getFlags()
Gets the header flags.
|
AsfBaseDescriptor[] |
getMetadataDescriptors()
Gets the metadata descriptors.
|
AsfBaseStreamProperty[] |
getStreamProperties()
Gets the digital media stream properties.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final UUID getFileID()
Gets the unique identifier for this file.
public final Date getCreationDate()
Gets the date and time of the initial creation of the file.
public final AsfFilePropertyFlags getFlags()
Gets the header flags.
public final AsfBaseStreamProperty[] getStreamProperties()
Gets the digital media stream properties.
public final AsfBaseDescriptor[] getMetadataDescriptors()
Gets the metadata descriptors.
public final AsfCodec[] getCodecInformation()
Gets the codec info entries.