FlvHeader
Leave feedback
On this page
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
| 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. |
public final byte getVersion()
Gets the file version.
Returns: byte - The file version.
public final byte getTypeFlags()
Gets the FLV type flags.
Returns: byte - The FLV type flags.
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.
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.
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.