Package com.zego.zegoavkit2.videorender
Interface IZegoVideoDecodeCallback
-
public interface IZegoVideoDecodeCallback
原始码流回调
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onVideoDecodeCallback(EncodedVideoFrame videoFrame, java.lang.String streamID)
SDK 收到未解码的原始视频时,回调给外部解码渲染
-
-
-
Method Detail
-
onVideoDecodeCallback
void onVideoDecodeCallback(EncodedVideoFrame videoFrame, java.lang.String streamID)
SDK 收到未解码的原始视频时,回调给外部解码渲染- Parameters:
videoFrame
- 未解码视频帧数据streamID
- 流 ID,当此值为 kZegoVideoDataMainPublishingStream 或者 kZegoVideoDataAuxPublishingStream 时,表明是预览数据
-
-