public static class AgoraRtcService.VideoFrameType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
VIDEO_FRAME_AUTO_DETECT
0: unknow frame type If you set it ,the SDK will judge the frame type
|
static int |
VIDEO_FRAME_DELTA
4: delta frame, e.g: P-Frame
|
static int |
VIDEO_FRAME_KEY
1: key frame
|
Constructor and Description |
---|
VideoFrameType() |
public static final int VIDEO_FRAME_AUTO_DETECT
public static final int VIDEO_FRAME_KEY
public static final int VIDEO_FRAME_DELTA