VideoFormat
v4.5.1
v4.5.1
v4.5.0
v4.4.0
v4.2.1
视频帧格式。
C++
struct VideoFormat {
int width;
int height;
int fps;
}
width
视频帧的宽度(px)。默认值为 960。
height
视频帧的高度(px)。默认值为 540.
fps
视频帧的帧率。默认值为 15。