VideoFormatDesc

VideoFormatDesc はmedia subtype(ビニング設定や解像度設定)を使った、利用可能なビデオフォーマットについて記述します。解像度設定は最少、最大のサイズとその間のサイズについて記述されます。
デバイスにビデオフォーマットをセットするにはVideoFormatDesc::createVideoFormatクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::createVideoFormat Methodを使ってインスタンスを作成する必要があります。

インフォメーション

ヘッダファイル: tisudshl.h
ネームスペース: DShowLib

Version3.2より採用

メソッド

メソッド 説明
createVideoFormatクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::createVideoFormat Method VideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescの特徴である特定のサイズのVideoFormatItemクラスライブラリリファレンス>クラス>VideoFormatItemを作成します。
getBinningFactorクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getBinningFactor Method VideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescのビニング設定 を返します。
getBinningFactorHorizontalクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getBinningFactorHorizontal Method VideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescの水平ビニングファクターを返します。
getBinningFactorVerticalクラスライブラリリファレンス>クラス>VideoFormatItem>VideoFormatDesc::getBinningFactorVertical Method VideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescの垂直ビニングファクターを返します。
getColorformatStringクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getColorformatString Method カラーフォーマットをStringで返します。
getMaxSizeクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getMaxSize Method 作成されたビデオフォーマットの最大サイズを返します。
getMinSizeクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getMinSize Method 作成されたビデオフォーマットの最小サイズを返します。
getSkippingFactorHorizontalクラスライブラリリファレンス>クラス>VideoFormatItem>ideoFormatDesc::getSkippingFactorHorizontal Method VideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescの水平スキッピング(sub-sampling)ファクターを返します。
getSkippingFactorVerticalクラスライブラリリファレンス>クラス>VideoFormatItem>VideoFormatDesc::getSkippingFactorVertical Method VideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescの垂直スキッピング(sub-sampling)ファクターを返します。
getStepSizeクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getStepSize Method 生成されたビデオフォーマットのステップサイズを返します。
getSubtypeクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::getSubtype Method ビデオフォーマットのメディアサブタイプのGUIDを返します。
isROIFormatクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::isROIFormat Method このVideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescがROIフォーマットについて記述されているかどうかを返します。
isValidSizeクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::isValidSize Method このメソッドは指定されたサイズ(解像度)がVideoFormatDescクラスライブラリリファレンス>クラス>VideoFormatDescにマッチしているかどうかを返します。
toStringクラスライブラリリファレンス>クラス>VideoFormatDesc>VideoFormatDesc::toString Method ビデオフォーマットの文字列を返します。