im.zego.zegoexpress.callback.IZegoCustomVideoCaptureHandler

Declared in callback/IZegoCustomVideoCaptureHandler.java

Public-Func Lists

  • onStart - The SDK notifies that video frames are about to be collected, and the video frame data sent to the SDK is only valid after receiving the callback notification.
  • onStop - SDK notifies to stop capturing video frames.

Public-Func Docs

onStart

public void onStart (ZegoPublishChannel channel)

The SDK notifies that video frames are about to be collected, and the video frame data sent to the SDK is only valid after receiving the callback notification.

Parameters
channel Publishing stream channel.

onStop

public void onStop (ZegoPublishChannel channel)

SDK notifies to stop capturing video frames.

Parameters
channel Publishing stream channel.