ZegoCustomVideoCaptureHandler 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
– onEncodedDataTrafficControl:channel:
traffic control info.
- (void)onEncodedDataTrafficControl:(ZegoTrafficControlInfo *)trafficControlInfo channel:(ZegoPublishChannel)channel
Parameters
trafficControlInfo |
traffic control info. |
---|---|
channel |
Publishing stream channel. |
Declared In
ZegoExpressEventHandler.h