ZegoEffectsVideoFrameParam class Null safety
视频帧参数配置。 包括视频帧格式、宽度和高度等信息。
Constructors
Properties
- format ↔ ZegoEffectsVideoFrameFormat
-
视频帧格式,具体格式请参考 ZegoEffectsVideoFrameFormat 枚举。
read / write
- height ↔ int
-
视频帧的高度。
read / write
- width ↔ int
-
视频帧的宽度。
read / write