ZEGO::EXPRESS::ZegoVideoFrameParam
Object for video frame fieldeter.
Declared in
ZegoExpressDefines.h
Includes
Public-Attrib Lists
Public-Attrib Docs
format
public ZegoVideoFrameFormat format ()
Video frame format.
strides
public int strides ()
Number of bytes per line (for example: RGBA only needs to consider strides [0], I420 needs to consider strides [0,1,2])
width
public int width ()
Video frame width.
height
public int height ()
Video frame height.
rotation
public int rotation ()
Video frame rotation.