AVStream DMA Services

To develop an AVStream minidriver that uses direct memory access (DMA), you can perform standard DMA directly into user-mode capture buffers or you can implement common buffer DMA.

Both methods require that your driver obtain a DMA adapter by calling IoGetDmaAdapter.