java.lang.Object | |
↳ | org.opencdnunion.media.streamer.framework.AVPacketBase |
![]() |
Base class of encoded a/v data.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public ByteBuffer | buf | A/V Packet buffer, must be direct buffer | |||||||||
public long | dts | Frame decode timestamp | |||||||||
public int | flags | Frame flags, AVConst.FLAG_XXX | |||||||||
public long | pts | Frame presentation timestamp |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AVPacketBase() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A/V Packet buffer, must be direct buffer
Frame decode timestamp
Frame flags, AVConst.FLAG_XXX
Frame presentation timestamp