VideoFormat
视频帧格式。
C++
struct VideoFormat {
int width;
int height;
int fps;
}
width
视频帧的宽度(px)。
height
视频帧的高度(px)。
fps
视频帧的帧率。
视频帧格式。
struct VideoFormat {
int width;
int height;
int fps;
}
视频帧的宽度(px)。
视频帧的高度(px)。
视频帧的帧率。