AlivcLivePusher  4.4.1
Aliyun Live Pusher API Reference Manual for iOS Platforms
<AlivcLivePusherCustomDetectorDelegate> Protocol Reference
Inheritance diagram for <AlivcLivePusherCustomDetectorDelegate>:

Instance Methods

(void) - onCreateDetector:
 通知外置识别器创建回调 More...
 
(void) - onDestoryDetector:
 通知外置识别器销毁回调 More...
 
(long) - onDetectorProcess:data:w:h:rotation:format:extra:
 通知外置识别器处理回调 More...
 

Method Documentation

◆ onCreateDetector:

- (void) onCreateDetector: (AlivcLivePusher *)  pusher
required

通知外置识别器创建回调

◆ onDestoryDetector:

- (void) onDestoryDetector: (AlivcLivePusher *)  pusher
required

通知外置识别器销毁回调

◆ onDetectorProcess:data:w:h:rotation:format:extra:

- (long) onDetectorProcess: (AlivcLivePusher *)  pusher
data: (long)  data
w: (int)  w
h: (int)  h
rotation: (int)  rotation
format: (int)  format
extra: (long)  extra 
required

通知外置识别器处理回调


The documentation for this protocol was generated from the following file: