ACSRawVideoFrameReceivedEventArgs クラス
宣言
@interface ACSRawVideoFrameReceivedEventArgs : NSObject;
説明
最新のビデオ フレームに関する情報が含まれています
メソッド
プロパティ
frame
新しいビデオ フレームに関する情報
@property (retain, nonnull, readonly) ACSRawVideoFrame * frame;
videoStreamId
このビデオ フレームを所有する VideoStreamId
@property (readonly) int videoStreamId;