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