Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;