다음을 통해 공유


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;