我要评分
获取效率
正确性
完整性
易理解

videoFrameType

Variable Description

VO type.

Restrictions

RGBA8888 in RGB is not supported currently.

If encoderType is set to CPU, the H.265 output format is not supported.

Variable Data Definition

enum VideoFrameType {
    H264,                     // H.264 (default)
    YUV,                       // YV12
    RGB,                       // RGBA8888 not supported currently
    H265,
    FRAME_TYPE_MAX
};