AnalogChannelItem
ビデオキャプチャデバイスの入力を表すクラスです。
コンバータなどいつくかのデバイスは1つ以上の入力チャンネルを持っています。たとえばアナログ to 1394 コンバータには1つのS-Video 端子と 2つのコンポジット入力端子があります。かく入力チャンネルはこのクラスのインスタンスによって表されます。
このクラスのは入力チャンネルをサポートしないデバイスには使用できません。
備考
このクラス名は今後のIC Imaging Control のバージョンにおいてはInputChannelItemに変更される可能性があります。よってこのクラスにはAnalogChannelItemのtypedefであるtInputChannelItemクラスライブラリリファレンス>クラス>Grabber>tInputChannelItemで参照してください。
インフォメーション
ヘッダファイル: tisudshl.h
ネームスペース: DShowLib
メソッド
メソッド | 説明 |
---|---|
AnalogChannelItemクラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::AnalogChannelItem Method | 既存のものをコピーすることで新しいAnalogChannelItemオブジェクトを構築します。 |
getIndexクラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::getIndex Method | 入力チャンネルを表す数字を返します。 |
isValidクラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::isValid Method | オブジェクトが有効かどうかをチェックします。 |
operator!=クラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::operator!= Method | 2つの入力チャンネルに相違があるかどうかをチェックします。 |
operator<クラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::operator< Method | 2つのAnalogChannelItemsのインデックスを比較します。 |
operator=クラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::operator= Method | 別のAnalogChannelItem を割り当てます。 |
operator==クラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::operator== Method | 2つの入力チャンネルが同一かどうかをチェックします。 |
toStringクラスライブラリリファレンス>クラス>AnalogChannelItem>AnalogChannelItem::toString Method | 入力チャンネルを表す文字列を返します。 |