共用方式為


ACSVideoEffectErrorEventArgs 類別

宣告

@interface ACSVideoEffectErrorEventArgs : NSObject;

Description

遠端效果變更狀態的相關信息

方法

屬性

videoEffectName

影片效果的名稱。

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

code

錯誤碼。

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

message

錯誤訊息。

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