Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 559 Bytes

av-c-streaming-protocol-driver-function-codes.md

File metadata and controls

13 lines (9 loc) · 559 Bytes
title description ms.date
AV/C Streaming Protocol Driver Function Codes
The AV/C Streaming filter driver intercepts IRPs on their way down the device stack.
07/27/2021

AV/C Streaming Protocol Driver Function Codes

The AV/C Streaming filter driver intercepts IRPs on their way down the device stack.

To communicate with avcstrm.sys, subunit drivers must set their IRP's IoControlCode member to IOCTL_AVCSTRM_CLASS.

To make I/O requests, include the header file avcstrm.h, which is included with the Microsoft Windows Driver Kit (WDK).