ACSLocalVideoEffectsFeatureDelegate Protocol
Declaration
@protocol ACSLocalVideoEffectsFeatureDelegate;
Description
A set of methods that are called by ACSLocalVideoEffectsFeature in response to important events.
Methods
onVideoEffectEnabled
Registers the event notifying the application that the effect is enabled.
-(void)onVideoEffectEnabled:(ACSLocalVideoEffectsFeature *)sender :(ACSVideoEffectEnabledEventArgs *)args {
Parameters
sender
-args
-
onVideoEffectDisabled
Registers the event notifying the application that the effect is disabled.
-(void)onVideoEffectDisabled:(ACSLocalVideoEffectsFeature *)sender :(ACSVideoEffectDisabledEventArgs *)args {
Parameters
sender
-args
-
onVideoEffectError
Registers the event notifying the application that the effect has an error.
-(void)onVideoEffectError:(ACSLocalVideoEffectsFeature *)sender :(ACSVideoEffectErrorEventArgs *)args {
Parameters
sender
-args
-