com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class FlvHeader

    • Method Detail

      • getVersion

        public final byte getVersion()

        Gets the file version.

        Returns:
        The file version.
      • getTypeFlags

        public final byte getTypeFlags()

        Gets the FLV type flags.

        Returns:
        The FLV type flags.
      • hasAudioTags

        public final boolean hasAudioTags()

        Gets a value indicating whether audio tags are present in the file.

        Returns:
        True if the FLV file contains audio tags; otherwise, false.
      • hasVideoTags

        public final boolean hasVideoTags()

        Gets a value indicating whether video tags are present in the file.

        Returns:
        True if the FLV file contains video tags; otherwise, false.