public class MPEGPacket extends Packet
Packet.FrameType
data, displayOrder, duration, FRAME_ASC, frameNo, frameType, pts, tapeTimecode, timescale
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 |
---|---|
int |
getGOP() |
long |
getOffset() |
ByteBuffer |
getSeq() |
int |
getTimecode() |
createPacket, createPacketWithData, getData, getDisplayOrder, getDuration, getDurationD, getFrameNo, getFrameType, getPts, getPtsD, getPtsR, getTapeTimecode, getTimescale, isKeyFrame, setData, setDisplayOrder, setDuration, setFrameType, setPts, setTapeTimecode, setTimescale
public MPEGPacket(ByteBuffer data, long pts, int timescale, long duration, long frameNo, Packet.FrameType keyFrame, TapeTimecode tapeTimecode)
public long getOffset()
public ByteBuffer getSeq()
public int getGOP()
public int getTimecode()
Copyright © 2019. All rights reserved.