AsfPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class AsfPackage extends CustomPackage
Represents native metadata of the ASF media container.
Learn more
| Method | Description |
|---|---|
| getFileID() | Gets the unique identifier for this file. |
| getCreationDate() | Gets the date and time of the initial creation of the file. |
| getFlags() | Gets the header flags. |
| getStreamProperties() | Gets the digital media stream properties. |
| getMetadataDescriptors() | Gets the metadata descriptors. |
| getCodecInformation() | Gets the codec info entries. |
public final UUID getFileID()
Gets the unique identifier for this file.
Returns: java.util.UUID - The unique identifier for this file.
public final Date getCreationDate()
Gets the date and time of the initial creation of the file.
Returns: java.util.Date - The date and time of the initial creation of the file.
public final AsfFilePropertyFlags getFlags()
Gets the header flags.
Returns: AsfFilePropertyFlags - The header flags.
public final AsfBaseStreamProperty[] getStreamProperties()
Gets the digital media stream properties.
Returns: com.groupdocs.metadata.core.AsfBaseStreamProperty[] - The digital media stream properties.
public final AsfBaseDescriptor[] getMetadataDescriptors()
Gets the metadata descriptors.
Returns: com.groupdocs.metadata.core.AsfBaseDescriptor[] - The metadata descriptors.
public final AsfCodec[] getCodecInformation()
Gets the codec info entries.
Returns: com.groupdocs.metadata.core.AsfCodec[] - The codec info entries.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.