FlvHeader

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public class FlvHeader extends CustomPackage

Represents a FLV video header.

Learn more

Methods

Method Description
getVersion() Gets the file version.
getTypeFlags() Gets the FLV type flags.
hasAudioTags() Gets a value indicating whether audio tags are present in the file.
hasVideoTags() Gets a value indicating whether video tags are present in the file.

getVersion()

public final byte getVersion()

Gets the file version.

Returns: byte - The file version.

getTypeFlags()

public final byte getTypeFlags()

Gets the FLV type flags.

Returns: byte - The FLV type flags.

hasAudioTags()

public final boolean hasAudioTags()

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

Returns: boolean - 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: boolean - True if the FLV file contains video tags; otherwise, false.