ACSRawVideoFrameReceivedEventArgs Class
Declaration
@interface ACSRawVideoFrameReceivedEventArgs : NSObject;
Description
Contains information about the newest video frame
Methods
Properties
frame
Information about the new video frame
@property (retain, nonnull, readonly) ACSRawVideoFrame * frame;
videoStreamId
VideoStreamId that own this video frame
@property (readonly) int videoStreamId;