Rate This Document
Findability
Accuracy
Completeness
Readability

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
};