ZegoVideoEncodedFrameParam
ZegoVideoEncodedFrameParam
Object for video encoded frame fieldeter.
Details
Including video encoded frame format, width and height, etc.
Declared in entity/ZegoVideoEncodedFrameParam.java
Properties
format
isKeyFrame
public boolean isKeyFrameWhether it is a keyframe
rotation
public int rotationVideo frame counterclockwise rotation angle
width
public int widthVideo frame width
height
public int heightVideo frame height
SEIData
public ByteBuffer SEIDataSEI data (Optional, if you don't need to send SEI, set it to null. Deprecated, use [sendSEI] instead). Useful when set format as [AVCC] or [AnnexB]
SEIDataLength
public int SEIDataLengthLength of the SEI data (Optional, if you don't need to send SEI, set it to 0. Deprecated, use [sendSEI] instead). Useful when set format as [AVCC] or [AnnexB]
isExternalClock
public boolean 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.
