Classe ACSVideoBindingEventStateChangedEventArgs

Dichiarazione

@interface ACSVideoBindingEventStateChangedEventArgs : NSObject;

Descrizione

Metodi

Proprietà

videoBindingEventId

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

rendererId

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

videoStreamId

@property (readonly) int videoStreamId;

previewId

@property (readonly) int previewId;

state

@property (readonly) ACSVideoBindingEventState state;