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, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final AsfCodec[] getCodecInformation()
Gets the codec info entries.
public final Date getCreationDate()
Gets the date and time of the initial creation of the file.
public final UUID getFileID()
Gets the unique identifier for this file.
public final AsfFilePropertyFlags getFlags()
Gets the header flags.
public final AsfBaseDescriptor[] getMetadataDescriptors()
Gets the metadata descriptors.
public final AsfBaseStreamProperty[] getStreamProperties()
Gets the digital media stream properties.
Copyright © 2025. All rights reserved.