Package | Description |
---|---|
org.jcodec.common.model | |
org.jcodec.containers.mp4 | |
org.jcodec.containers.mps | |
org.jcodec.containers.mxf |
Modifier and Type | Field and Description |
---|---|
Packet.FrameType |
Packet.frameType |
Modifier and Type | Method and Description |
---|---|
Packet.FrameType |
Packet.getFrameType() |
static Packet.FrameType |
Packet.FrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Packet.FrameType[] |
Packet.FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Packet |
Packet.createPacket(ByteBuffer data,
long pts,
int timescale,
long duration,
long frameNo,
Packet.FrameType frameType,
TapeTimecode tapeTimecode) |
void |
Packet.setFrameType(Packet.FrameType frameType) |
Constructor and Description |
---|
Packet(ByteBuffer data,
long pts,
int timescale,
long duration,
long frameNo,
Packet.FrameType frameType,
TapeTimecode tapeTimecode,
int displayOrder) |
Modifier and Type | Method and Description |
---|---|
static MP4Packet |
MP4Packet.createMP4Packet(ByteBuffer data,
long pts,
int timescale,
long duration,
long frameNo,
Packet.FrameType iframe,
TapeTimecode tapeTimecode,
int displayOrder,
long mediaPts,
int entryNo) |
Constructor and Description |
---|
MP4Packet(ByteBuffer data,
long pts,
int timescale,
long duration,
long frameNo,
Packet.FrameType iframe,
TapeTimecode tapeTimecode,
int displayOrder,
long mediaPts,
int entryNo,
long fileOff,
int size,
boolean psync) |
Constructor and Description |
---|
MPEGPacket(ByteBuffer data,
long pts,
int timescale,
long duration,
long frameNo,
Packet.FrameType keyFrame,
TapeTimecode tapeTimecode) |
Constructor and Description |
---|
MXFPacket(ByteBuffer data,
long pts,
int timescale,
long duration,
long frameNo,
Packet.FrameType frameType,
TapeTimecode tapeTimecode,
long offset,
int len) |
Copyright © 2019. All rights reserved.