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, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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.