im.zego.zegoexpress.callback.IZegoCustomVideoCaptureHandler
Declared in
callback/IZegoCustomVideoCaptureHandler.java
Public-Func Lists
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. |