VfwCompressDialogs 枚举 (strmif.h)

[与此页面关联的功能 DirectShow 是旧版功能。 它已被 MediaPlayerIMFMediaEngineMedia Foundation 中的音频/视频捕获所取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能在 Media Foundation 中使用 MediaPlayerIMFMediaEngine音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]

指定 Windows 压缩视频中可能存在的对话框 (编解码器) 驱动程序。

语法

typedef enum VfwCompressDialogs {
  VfwCompressDialog_Config = 0x1,
  VfwCompressDialog_About = 0x2,
  VfwCompressDialog_QueryConfig = 0x4,
  VfwCompressDialog_QueryAbout = 0x8
} ;

常量

 
VfwCompressDialog_Config
值: 0x1
“配置”对话框。
VfwCompressDialog_About
值: 0x2
“关于”对话框。
VfwCompressDialog_QueryConfig
值: 0x4
指定“配置”对话框是否可用。
VfwCompressDialog_QueryAbout
值: 0x8
指定“关于”对话框是否可用。

要求

要求
Header strmif.h (包括 Dshow.h)

另请参阅

DirectShow 枚举类型

IAMVfwCaptureDialogs 接口