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, iterator, removeProperties, sanitize, setProperties, updateProperties
public final byte getVersion()
Gets the file version.
public final byte getTypeFlags()
Gets the FLV type flags.
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.