準拠規格 NSObject
宣言された場所 OTVideoKit.h

概要

が使用するビデオキャプチャ機能を定義します。 OTPublisherKit オブジェクト。 詳しくは videoCapture プロパティ OTPublisherKit オブジェクトがある。

videoCaptureConsumer 必須メソッド

について OTVideoCaptureConsumer ビデオキャプチャ装置のフレームを処理する オブジェクト。

@property (atomic, weak) id<OTVideoCaptureConsumer> _Nullable videoCaptureConsumer

登録地

OTVideoKit.h

videoContentHint 必須メソッド

このプロパティは、動画コンテンツのヒントを、 に指定された値のいずれかに取得または設定します。 OTVideoContentHint enum。デフォルトでは NONE に設定されています。

@property (nonatomic, readwrite) OTVideoContentHint videoContentHint

登録地

OTVideoKit.h

– initCapture 必須メソッド

ビデオキャプチャ機能を初期化します。

- (void)initCapture

登録地

OTVideoKit.h

– releaseCapture 必須メソッド

ビデオキャプチャ機能を解除します。

- (void)releaseCapture

登録地

OTVideoKit.h

– startCapture 必須メソッド

動画の録画を開始します。

- (int32_t)startCapture

登録地

OTVideoKit.h

– stopCapture 必須メソッド

動画の録画を停止します。

- (int32_t)stopCapture

登録地

OTVideoKit.h

– isCaptureStarted 必須メソッド

動画の録画が行われているかどうか。

- (BOOL)isCaptureStarted

登録地

OTVideoKit.h

– captureSettings: 必須メソッド

ビデオキャプチャ装置の動画形式。

- (int32_t)captureSettings:(nonnull OTVideoFormat *)videoFormat

パラメータ

videoFormat 使用された動画形式。

登録地

OTVideoKit.h