IoT SDK for Android v1.8.0
|
Static Public Attributes | |
static final int | VIDEO_FRAME_AUTO_DETECT = 0 |
static final int | VIDEO_FRAME_KEY = 3 |
static final int | VIDEO_FRAME_DELTA = 4 |
Video frame type.
|
static |
0: Unknown frame type. The SDK automatically detects the frame type.
|
static |
4: Delta frame, such as P frame.
|
static |
3: key frame.