ZegoVideoFrameParam
ZegoVideoFrameParam
Object for video frame fieldeter.
Details
Including video frame format, width and height, etc.
Declared in ZegoExpressDefines.h
Properties
format
strides
strides
nonatomic, assign int * stridesNumber of bytes per line (for example: BGRA only needs to consider strides [0], I420 needs to consider strides [0,1,2])
rotation
rotation
nonatomic, assign int rotationThe rotation direction of the video frame, the SDK rotates clockwise
size
size
nonatomic, assign CGSize sizeVideo frame size
