| Package | Description |
|---|---|
| org.jcodec.codecs.mpeg12.bitstream | |
| org.jcodec.common.model | |
| org.jcodec.containers.mp4 | |
| org.jcodec.containers.mps | |
| org.jcodec.containers.mxf |
| Modifier and Type | Method and Description |
|---|---|
TapeTimecode |
GOPHeader.getTimeCode() |
| Constructor and Description |
|---|
GOPHeader(TapeTimecode timeCode,
boolean closedGop,
boolean brokenLink) |
| Modifier and Type | Field and Description |
|---|---|
TapeTimecode |
Packet.tapeTimecode |
static TapeTimecode |
TapeTimecode.ZERO_TAPE_TIMECODE |
| Modifier and Type | Method and Description |
|---|---|
TapeTimecode |
Packet.getTapeTimecode() |
TapeTimecode |
Frame.getTapeTimecode() |
static TapeTimecode |
TapeTimecode.tapeTimecode(long frame,
boolean dropFrame,
int tapeFps) |
| 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.setTapeTimecode(TapeTimecode tapeTimecode) |
| Constructor and Description |
|---|
Frame(Picture pic,
RationalLarge pts,
RationalLarge duration,
Rational pixelAspect,
int frameNo,
TapeTimecode tapeTimecode,
List<String> messages) |
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) |
static MP4Packet |
MP4Packet.createMP4PacketWithTimecode(MP4Packet other,
TapeTimecode timecode) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static TapeTimecode |
MXFDemuxer.readTapeTimecode(File mxf) |
| 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.