ZegoEffectsVideoFrameParam class Null safety
Video frame parameter configuration. Includes video frame format, width and height information.
Constructors
Properties
- format ↔ ZegoEffectsVideoFrameFormat
-
Video frame format, please refer to the ZegoEffectsVideoFrameFormat enumeration.
read / write
- height ↔ int
-
The height of the video frame.
read / write
- width ↔ int
-
The width of the video frame.
read / write