AlivcLivePusher_Interactive v6.17.0
Aliyun Live Pusher Interactive SDK API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
<AlivcLivePusherCustomDetectorDelegate> Protocol Reference

Callbacks related to external facial recognition algorithms. More...

#include "AlivcLivePusher.h"

Inheritance diagram for <AlivcLivePusherCustomDetectorDelegate>:

Instance Methods

(void) - onCreateDetector:
 The callback for creation of an external recognizer.
 
(void) - onDestoryDetector:
 The callback for destruction of an external recognizer.
 
(long) - onDetectorProcess:data:w:h:rotation:format:extra:
 The callback for processing of an external recognizer.
 

Detailed Description

Callbacks related to external facial recognition algorithms.

Method Documentation

◆ onCreateDetector:

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

The callback for creation of an external recognizer.

Parameters
pusherThe live pusher engine object

◆ onDestoryDetector:

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

The callback for destruction of an external recognizer.

Parameters
pusherThe live pusher engine object

◆ 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 callback for processing of an external recognizer.

Parameters
pusherThe live pusher engine object
dataThe data buffer
widthThe width of the video
heightThe height of the video
rotationThe rotation degree
formatvideo format
extraextra info
Returns
The processed data buffer

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