public class FlvHeader extends CustomPackage
| Modifier and Type | Method and Description |
|---|---|
byte |
getTypeFlags()
Gets the FLV type flags.
|
byte |
getVersion()
Gets the file version.
|
boolean |
hasAudioTags()
Gets a value indicating whether audio tags are present in the file.
|
boolean |
hasVideoTags()
Gets a value indicating whether video tags are present in the file.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final byte getTypeFlags()
Gets the FLV type flags.
public final byte getVersion()
Gets the file version.
public final boolean hasAudioTags()
Gets a value indicating whether audio tags are present in the file.
public final boolean hasVideoTags()
Gets a value indicating whether video tags are present in the file.
Copyright © 2025. All rights reserved.