logo
On this page

ZegoVideoFrameParam

ZegoVideoFrameParam

Object for video frame fieldeter.

Details

Including video frame format, width and height, etc.

Declared in ZegoExpressDefines.h

Properties

format

format
nonatomic, assign ZegoVideoFrameFormat format

Video frame format

strides

strides
nonatomic, assign int * strides

Number 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 rotation

The rotation direction of the video frame, the SDK rotates clockwise

size

size
nonatomic, assign CGSize size

Video frame size

Previous

zegovideoencodedframeparam

Next

zegovocalrangeparam

On this page

Back to top