継承元 NSObject
宣言された場所 OTVideoKit.h

概要

のインスタンスに割り当てられるビデオ形式を定義します。 OTVideoFrame オブジェクトがある。

name

動画形式に付ける名前

@property (nonatomic, copy) NSString *name

登録地

OTVideoKit.h

pixelFormat

ピクセル形式。有効な値は、 OTPixelFormat を列挙する。

@property (nonatomic, assign) OTPixelFormat pixelFormat

登録地

OTVideoKit.h

bytesPerRow

動画の1行あたりのバイト数。

@property (nonatomic, strong) NSMutableArray *bytesPerRow

登録地

OTVideoKit.h

imageWidth

動画の幅(ピクセル単位)。

@property (nonatomic, assign) uint32_t imageWidth

登録地

OTVideoKit.h

imageHeight

動画の高さ(ピクセル単位)。

@property (nonatomic, assign) uint32_t imageHeight

登録地

OTVideoKit.h

estimatedFramesPerSecond

動画の1秒あたりの推定フレーム数。

@property (nonatomic, assign) double estimatedFramesPerSecond

登録地

OTVideoKit.h

estimatedCaptureDelay

動画の推定キャプチャ遅延(ミリ秒単位)。

@property (nonatomic, assign) double estimatedCaptureDelay

登録地

OTVideoKit.h