ZegoVideoEncodedFrameParam
ZegoVideoEncodedFrameParam
Object for video encoded frame fieldeter.
Details
Including video encoded frame format, width and height, etc.
Declared in ZegoExpressDefines.h
Properties
format
isKeyFrame
isKeyFrame
nonatomic, assign BOOL isKeyFrameWhether it is a keyframe
rotation
rotation
nonatomic, assign int rotationVideo frame counterclockwise rotation angle
size
size
nonatomic, assign CGSize sizeVideo frame size
SEIData
SEIData
nonatomic, strong, nullable NSData * SEIDataSEI 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 isExternalClockWhether 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.
