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

Instance Methods

(void) - onCreate:context:
 
(void) - onDestory:
 
(int) - onProcess:texture:textureWidth:textureHeight:extra:
 
(BOOL) - onProcessVideoSampleBuffer:sampleBuffer:
 

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

◆ onProcessVideoSampleBuffer:sampleBuffer:

- (BOOL) onProcessVideoSampleBuffer: (AlivcLivePusher *)  pusher
sampleBuffer: (AlivcLiveVideoDataSample *)  sampleBuffer 
required

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