次の方法で共有


ACSVideoEffectErrorEventArgs クラス

宣言

@interface ACSVideoEffectErrorEventArgs : NSObject;

Description

リモート エフェクトの状態の変化に関する情報

Methods

プロパティ

ビデオエフェクト名

ビデオエフェクトの名前。

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

コード

エラー コード。

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

メッセージ

エラー メッセージ。

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