CMediaSample::m_pAllocator 成員
[與此頁面相關的功能 DirectShow是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對Windows 10和Windows 11進行優化。 Microsoft 強烈建議新程式碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式碼盡可能重寫為使用新的 API。
建立此範例之配置器的指標。
語法
CBaseAllocator *m_pAllocator;
備註
雖然範例會保留配置器的指標,但它不會保留參考計數。 相反地,配置器會在 IMemAllocator::GetBuffer 方法中遞增自己的參考計數,並在 IMemAllocator::ReleaseBuffer 方法中釋放本身。 這可確保配置器只要有另一個物件使用範例,就可以使用配置器。
規格需求
需求 | 值 |
---|---|
標頭 |
|
程式庫 |
|