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;