ZegoCustomVideoProcessHandler Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | ZegoExpressEventHandler.h |
– onStart:
Publishing stream channel.
- (void)onStart:(ZegoPublishChannel)channel
Parameters
channel |
Publishing stream channel. |
---|
Declared In
ZegoExpressEventHandler.h
– onStop:
Publishing stream channel.
- (void)onStop:(ZegoPublishChannel)channel
Parameters
channel |
Publishing stream channel. |
---|
Declared In
ZegoExpressEventHandler.h
– onCapturedUnprocessedCVPixelBuffer:timestamp:channel:
CVPixelBuffer type video frame data to be sent to the SDK.
- (void)onCapturedUnprocessedCVPixelBuffer:(CVPixelBufferRef)buffer timestamp:(CMTime)timestamp channel:(ZegoPublishChannel)channel
Parameters
buffer |
CVPixelBuffer type video frame data to be sent to the SDK. |
---|---|
timestamp |
Timestamp of this video frame. |
channel |
Publishing stream channel. |
Declared In
ZegoExpressEventHandler.h