Package | Description |
---|---|
org.jcodec.containers.flv |
Modifier and Type | Method and Description |
---|---|
FLVTag.Type |
FLVTag.getType() |
static FLVTag.Type |
FLVTag.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FLVTag.Type[] |
FLVTag.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FLVDemuxerTrack(FLVTrackDemuxer demuxer,
FLVTag.Type type) |
FLVTag(FLVTag.Type type,
long position,
FLVTag.TagHeader tagHeader,
int pts,
ByteBuffer data,
boolean keyFrame,
long frameNo,
int streamId,
int prevPacketSize) |
InfoPacketProcessor(boolean checkOnly,
FLVTag.Type streamType) |
Copyright © 2019. All rights reserved.