Delen via


ACSVideoEffectErrorEventArgs-klasse

Verklaring

@interface ACSVideoEffectErrorEventArgs : NSObject;

Description

Informatie over de veranderende status van effecten op afstand

Methods

Eigenschappen

videoEffectNaam

Naam van het video-effect.

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

code

Foutcode.

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

message

Foutmelding.

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