com.opentok.android.BaseVideoCapturer.CaptureSettings
包含クラス: : BaseVideoCapturer
public static class BaseVideoCapturer.CaptureSettings extends 目的
ビデオキャプチャ装置のキャプチャ設定を定義します。
関連項目:
: - BaseVideoCapturer.getCaptureSettings()
フィールド概要
フィールド
修飾子と型
フィールド
説明
int
expectedDelay
動画の推定キャプチャ遅延(ミリ秒単位)。
int
format
ピクセル形式。
int
fps
動画の1秒あたりの推定フレーム数。
int
height
動画の高さ(ピクセル単位)。
boolean
mirrorInLocalRender
ローカルレンダラーでフレームを鏡像として表示するかどうか。
int
width
動画の幅(ピクセル単位)。
コンストラクタの概要
コンストラクタ
コンストラクタ
説明
CaptureSettings()
方法の概要
java.lang クラスから継承されたメソッド。目的
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
フィールドの詳細
フォーマット
public int format
ピクセル形式。有効な値は、 BaseVideoCapturer.ARGB そして
BaseVideoCapturer.NV21 定数。
幅
public int width
動画の幅(ピクセル単位)。
高さ
public int height
動画の高さ(ピクセル単位)。
fps
public int fps
動画の1秒あたりの推定フレーム数。
予想遅延時間
public int 予想遅延
動画の推定キャプチャ遅延(ミリ秒単位)。
mirrorInLocalRender
public boolean mirrorInLocalRender
ローカルレンダラーでフレームを鏡像として表示するかどうか。
コンストラクタの詳細
キャプチャ設定
public CaptureSettings()