@Deprecated public class FlvHeader extends MetadataContainer
Represents a FLV format header.
Modifier and Type | Method and Description |
---|---|
byte |
getTypeFlags()
Deprecated.
Gets the FLV type flags.
|
byte |
getVersion()
Deprecated.
Gets the file version.
|
boolean |
hasAudioTags()
Deprecated.
Gets a value indicating whether audio tags are present in the file.
|
boolean |
hasVideoTags()
Deprecated.
Gets a value indicating whether audio tags are present in the file.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
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 audio tags are present in the file.
Copyright © 2020. All rights reserved.