com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class AsfPackage

    • Method Detail

      • getFileID

        public final UUID getFileID()

        Gets the unique identifier for this file.

        Returns:
        The unique identifier for this file.
      • getCreationDate

        public final Date getCreationDate()

        Gets the date and time of the initial creation of the file.

        Returns:
        The date and time of the initial creation of the file.
      • getFlags

        public final AsfFilePropertyFlags getFlags()

        Gets the header flags.

        Returns:
        The header flags.
      • getStreamProperties

        public final AsfBaseStreamProperty[] getStreamProperties()

        Gets the digital media stream properties.

        Returns:
        The digital media stream properties.
      • getMetadataDescriptors

        public final AsfBaseDescriptor[] getMetadataDescriptors()

        Gets the metadata descriptors.

        Returns:
        The metadata descriptors.
      • getCodecInformation

        public final AsfCodec[] getCodecInformation()

        Gets the codec info entries.

        Returns:
        The codec info entries.