Rate This Document
Findability
Accuracy
Completeness
Readability

videoFrameType

Variable Description

VO type.

Variable Data Definition

1
2
3
4
5
6
7
enum VideoFrameType {
    H264,                     // H.264 (default)
    YUV,                       // YV12
    RGB,                       // RGBA8888 not supported currently
    H265,
    FRAME_TYPE_MAX
};

Restrictions

RGBA8888 in RGB is not supported currently.

Property Field Name

Description

Value Range

Default Value

videoFrameType

Video data output format.

  • 0: H.264
  • 1: YUV (supported only when encoderType is set to 0)
  • 2: RGB (not supported currently)
  • 3: H.265 (not supported when encoderType is set to 0)

0