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

Instance Methods

(void) - onCreate:context:
 通知外置滤镜创建回调 More...
 
(void) - onDestory:
 通知外置滤镜销毁回调 More...
 
(int) - onProcess:texture:textureWidth:textureHeight:extra:
 通知外置滤镜处理回调 More...
 
(void) - switchOn:on:
 通知外置滤镜开馆 More...
 
(void) - updateParam:buffing:whiten:pink:cheekpink:thinface:shortenface:bigeye:
 通知外置滤镜设置参数 More...
 

Method Documentation

◆ onCreate:context:

- (void) onCreate: (AlivcLivePusher *)  pusher
context: (void *)  context 
required

通知外置滤镜创建回调

◆ onDestory:

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

通知外置滤镜销毁回调

◆ onProcess:texture:textureWidth:textureHeight:extra:

- (int) onProcess: (AlivcLivePusher *)  pusher
texture: (int)  texture
textureWidth: (int)  width
textureHeight: (int)  height
extra: (long)  extra 
required

通知外置滤镜处理回调

◆ switchOn:on:

- (void) switchOn: (AlivcLivePusher *)  pusher
on: (bool)  on 
required

通知外置滤镜开馆

◆ updateParam:buffing:whiten:pink:cheekpink:thinface:shortenface:bigeye:

- (void) updateParam: (AlivcLivePusher *)  pusher
buffing: (float)  buffing
whiten: (float)  whiten
pink: (float)  pink
cheekpink: (float)  cheekpink
thinface: (float)  thinface
shortenface: (float)  shortenface
bigeye: (float)  bigeye 
required

通知外置滤镜设置参数


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