logo
On this page

ZegoVideoEncodedFrameParam

ZegoVideoEncodedFrameParam

Object for video encoded frame fieldeter.

Details

Including video encoded frame format, width and height, etc.

Declared in ZegoExpressDefines.h

Properties

format

format
nonatomic, assign ZegoVideoEncodedFrameFormat format

Video encoded frame format

isKeyFrame

isKeyFrame
nonatomic, assign BOOL isKeyFrame

Whether it is a keyframe

rotation

rotation
nonatomic, assign int rotation

Video frame counterclockwise rotation angle

size

size
nonatomic, assign CGSize size

Video frame size

SEIData

SEIData
nonatomic, strong, nullable NSData * SEIData

SEI data (Optional, if you don't need to send SEI, set it to nil. Deprecated, use [sendSEI] instead). Useful when set format as [AVCC] or [AnnexB]

isExternalClock

isExternalClock
nonatomic, assign BOOL isExternalClock

Whether to use the external timestamp completely. The default is false. When set to false, the SDK will adjust based on the timestamps of the audio frame and video frame to ensure audio-video synchronization. When set to true, the SDK does not adjust the timestamp and uses the external timestamp completely.

Previous

zegovideodenoiseparams

Next

zegovideoframeparam

On this page

Back to top