FilterInfoObject [非推奨]

AVIファイルへの圧縮に使用されるコーデック名を保持しているクラスです。

インフォメーション

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

このクラスはIC Imaging Control 3.0より非推奨となりました。
ビデオの使用についてはCodecクラスライブラリリファレンス>クラス>Codec クラスをご参照ください

メソッド

メソッド 説明
FilterInfoObjectクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::FilterInfoObject Method 既存のものをコピーすることで新たにFilterInfoObjectを構築します。
c_strクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::c_str Method オブジェクトを表す文字列を返します。
callDialogクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::callDialog Method フィルタが所有するダイアログボックスを呼び出します。
createInvalidクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::createInvalid Method 無効なFilterInfoObjectを返します。
getCodecDataクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::getCodecData Method コーデック/コンプレッサのパラメータを保持するブロブを返します。
getInternalInterfaceクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::getInternalInterface Method internalインターフェースへの参照を返します。
getNameクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::getName Method オブジェクトを表す文字列を返します。
hasDialogクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::hasDialog Method コーデックがダイアログボックスを持っているかどうかをチェックします。
isCodecDataAvailableクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::isCodecDataAvailable Method セッティングデータをコーデックからコピー、あるいはコーデックに設定することが可能かをチェックします。
isValidクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::isValid Method オブジェクトが有効かどうかをチェックします。
operator const char*クラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::operator const char* Method FilterInfoObjectを表す文字列を返します。
operator!=クラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::operator!= Method 2つのFilterInfoObject に相違があるかどうかをチェックします。
operator<クラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::operator< Method 2つのFilterInfoObjectの文字列を比較します。
operator=クラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::operator= Method 別のFilterInfoObjectをオブジェクトに割り当てます。
operator==クラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::operator== Method 2つのFilterInfoObject が同じであるかどうかをチェックします。
setCodecDataクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::setCodecData Method 以前に取得したコーデックデータの設定に使用します。
toStringクラスライブラリリファレンス>クラス>FilterInfoObject>FilterInfoObject::toString Method オブジェクトを表す文字列を返します。