AsfPackage

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

Methods

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.

getFileID()

public final UUID getFileID()

Gets the unique identifier for this file.

Returns: java.util.UUID - The unique identifier for this file.

getCreationDate()

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.

getFlags()

public final AsfFilePropertyFlags getFlags()

Gets the header flags.

Returns: AsfFilePropertyFlags - The header flags.

getStreamProperties()

public final AsfBaseStreamProperty[] getStreamProperties()

Gets the digital media stream properties.

Returns: com.groupdocs.metadata.core.AsfBaseStreamProperty[] - The digital media stream properties.

getMetadataDescriptors()

public final AsfBaseDescriptor[] getMetadataDescriptors()

Gets the metadata descriptors.

Returns: com.groupdocs.metadata.core.AsfBaseDescriptor[] - The metadata descriptors.

getCodecInformation()

public final AsfCodec[] getCodecInformation()

Gets the codec info entries.

Returns: com.groupdocs.metadata.core.AsfCodec[] - The codec info entries.