public class DecodeVideoSample
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
int |
dataLenght |
long |
dts |
int |
frameType
视频帧类型 帧类型,如IDR帧,I帧,P帧,B帧等 @see{Constant.VideoFrameType}
|
int |
height |
long |
pts |
long |
streamId |
int |
width |
| Constructor and Description |
|---|
DecodeVideoSample() |
| Modifier and Type | Method and Description |
|---|---|
int |
addRef() |
int |
decRef() |
void |
init(long streamId,
int width,
int height,
byte[] data,
int lenght,
int frameType,
long pts,
long dts) |
void |
reset() |