文档中心/本页总览VideoFormat视频帧格式。 C++struct VideoFormat { int width; int height; int fps; } width 视频帧的宽度(px)。默认值为 960。 height 视频帧的高度(px)。默认值为 540. fps 视频帧的帧率。默认值为 15。