eAVDecVideoSoftwareDeinterlaceMode 列挙 (codecapi.h)
[このページに関連付けられている機能 DirectShow は、従来の機能です。 MediaPlayer、IMFMediaEngine、および Media Foundation のオーディオ/ビデオ キャプチャに置き換わりました。 これらの機能は、Windows 10とWindows 11用に最適化されています。 新しいコードでは、可能であれば、DirectShow ではなく Media Foundation で MediaPlayer、IMFMediaEngine、Audio/Video Capture を使用することを強くお勧めします。 Microsoft は、従来の API を使用する既存のコードを、可能であれば新しい API を使用するように書き直すよう提案しています。]
ビデオ デコーダーのソフトウェア デインターレース モードを指定します。 この列挙体は、 AVDecVideoSoftwareDeinterlaceMode プロパティと共に使用されます。
構文
typedef enum eAVDecVideoSoftwareDeinterlaceMode {
eAVDecVideoSoftwareDeinterlaceMode_NoDeinterlacing = 0,
eAVDecVideoSoftwareDeinterlaceMode_ProgressiveDeinterlacing = 1,
eAVDecVideoSoftwareDeinterlaceMode_BOBDeinterlacing = 2,
eAVDecVideoSoftwareDeinterlaceMode_SmartBOBDeinterlacing = 3
} ;
定数
eAVDecVideoSoftwareDeinterlaceMode_NoDeinterlacing 値: 0 ソフトウェアのインターレース解除は行われません。 |
eAVDecVideoSoftwareDeinterlaceMode_ProgressiveDeinterlacing 値: 1 プログレッシブ デインターレース。 |
eAVDecVideoSoftwareDeinterlaceMode_BOBDeinterlacing 値: 2 Bob deinterlacing。 |
eAVDecVideoSoftwareDeinterlaceMode_SmartBOBDeinterlacing 値: 3 "Smart" bob deinterlacing。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 2000 Professional [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリ |UWP アプリ] |
Header | codecapi.h |