次の方法で共有


ACSRawVideoFrame クラス

宣言

@interface ACSRawVideoFrame : NSObject;

説明

ビデオ フレームに関する情報

メソッド

処分

大量のリソースを破棄する

-(void)dispose;

Properties

type

エンコードまたはデコードでビデオ フレームを使用する方法を通知します。

@property (readonly) ACSRawVideoFrameType type;

streamFormat

このビデオ フレームで使用される 4CC に関する情報

@property (retain, nonnull) ACSVideoStreamFormat * streamFormat;

timestampInTicks

ビデオ フレームが作成された時刻

@property int64_t timestampInTicks;