ZegoCustomVideoCaptureHandler

Declared in ZegoExpressEventHandler.h

Includes

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:

- (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:

- (void)onStop:(ZegoPublishChannel) channel;

SDK notifies to stop capturing video frames.

Parameters
channel Publishing stream channel.