共用方式為


REGFILTERPINS2 結構 (strmif.h)

[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayerIMFMediaEngineMedia Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayerIMFMediaEngine音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。

結構 REGFILTERPINS2 包含透過 IFilterMapper2 介面註冊篩選的資訊。

語法

typedef struct REGFILTERPINS2 {
  DWORD              dwFlags;
  UINT               cInstances;
  UINT               nMediaTypes;
  const REGPINTYPES  *lpMediaType;
  UINT               nMediums;
  const REGPINMEDIUM *lpMedium;
  const CLSID        *clsPinCategory;
} REGFILTERPINS2;

成員

dwFlags

零個或多個 REG_PINFLAG 旗標的位組合。

cInstances

這個針腳的實例數目。

nMediaTypes

此釘選所支持的媒體類型數目。

lpMediaType

REGPINTYPES 結構的陣列指標,大小為 nMediaTypes。

nMediums

媒體數目。 可以是零。

lpMedium

REGPINMEDIUM 結構的陣列指標,大小為 nMediums。

clsPinCategory

[ 釘選屬性集] 中的選擇性釘選類別。

備註

如果您使用這個結構,請將 REGFILTER2 結構的 dwVersion 成員設定為 2。

規格需求

需求
標頭 strmif.h (包含 Dshow.h)

另請參閱

DirectShow 結構