ACSVideoBindingEventStateChangedEventArgs Class
- Article
-
-
Declaration
@interface ACSVideoBindingEventStateChangedEventArgs : NSObject;
Description
Methods
Properties
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;