| java.lang.Object | |
| ↳ | org.opencdnunion.media.streamer.framework.AVPacketBase |
Known Direct Subclasses
|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
A/V Packet buffer, must be direct buffer
Frame decode timestamp
Frame flags, AVConst.FLAG_XXX
Frame presentation timestamp