VIDEO_CODEC
- Definition:
typedef enum {
MJPG = 0,
MP4S,
H264
} VIDEO_CODEC;
- Explain:
VIDEO_CODEC is the decode format of video frame
| Enum | Explain |
|---|---|
| MJPG | Motion jpeg |
| MP4S | Mpeg4 |
| H264 | H264 |
typedef enum {
MJPG = 0,
MP4S,
H264
} VIDEO_CODEC;
VIDEO_CODEC is the decode format of video frame
| Enum | Explain |
|---|---|
| MJPG | Motion jpeg |
| MP4S | Mpeg4 |
| H264 | H264 |
ICP:粤ICP备09050685号