Membro CBaseAllocator::m_lCount

[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation invece di DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.

Numero di buffer da fornire. Il metodo CBaseAllocator::SetProperties imposta questo valore. I buffer non vengono allocati finché non viene chiamato il metodo CBaseAllocator::Commit . Il numero corrente di buffer allocati viene specificato dalla variabile membro CBaseAllocator::m_lAllocated .

Sintassi

long m_lCount;

Requisiti

Requisito Valore
Intestazione
Amfilter.h (include Streams.h)
Libreria
Strmbase.lib (build retail);
Strmbasd.lib (build di debug)

Vedi anche

Classe CBaseAllocator