Kelas ACSVideoEffectErrorEventArgs
Deklarasi
@interface ACSVideoEffectErrorEventArgs : NSObject;
Deskripsi
Informasi tentang status perubahan Efek jarak jauh
Metode
Properti
videoEffectName
Nama efek video.
@property (retain, nonnull, readonly) NSString * videoEffectName;
kode
Kode Kesalahan.
@property (retain, nonnull, readonly) NSString * code;
pesan
Pesan kesalahan.
@property (retain, nonnull, readonly) NSString * message;