ACSVideoEffectErrorEventArgs 类

声明

@interface ACSVideoEffectErrorEventArgs : NSObject;

说明

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

方法

属性

videoEffectName

视频效果的名称。

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

code

错误代码。

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

message

错误消息。

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