ACSVideoEffectErrorEventArgs 类

声明

@interface ACSVideoEffectErrorEventArgs : NSObject;

Description

有关远程效果更改状态的信息

Methods

属性

视频效果名称

视频效果的名称。

@property (retain, nonnull, readonly) NSString * videoEffectName;

代码

错误代码。

@property (retain, nonnull, readonly) NSString * code;

消息

错误消息。

@property (retain, nonnull, readonly) NSString * message;