Grabber::setVideoFormat Method

現在アクティブなデバイスで使用するビデオフォーマットを設定します。

構文

bool setVideoFormat( const VideoFormatItem& videoformat );
bool setVideoFormat( const std::string& videoformatstring );
bool setVideoFormat( const std::wstring& videoformatstring );
パラメータ 説明
videoformat 選択中のデバイスで使用するビデオフォーマットを指定します。
videoformatstring 選択中のデバイスで使用するビデオフォーマットの名前を指定します。

戻り値

ビデオフォーマットの変更が正常に行われた場合はtrue、そうでない場合はfalse

備考

このメソッドは現在のデバイスにて使用するビデオフォーマットを設定します。
選択可能なフォーマットは使用しているビデオ規格により変わります。(Grabber::setVideoNormクラスライブラリリファレンス>クラス>Grabber>Grabber::setVideoNorm Method参照)