Rediger

Del via


Kernel streaming

Kernel streaming (KS) refers to the Microsoft-provided services that support kernel-mode processing of streamed data.

Microsoft provides three multimedia class driver models: port class, stream class, and AVStream. The vendor writes a minidriver that runs under one of these three class driver models.

These class drivers are implemented as export drivers (kernel-mode DLLs) in the system files portcls.sys, stream.sys, and ks.sys (also referred to as AVStream).

Microsoft also provides the USB Video Class driver.

This section contains legacy documentation on the following topics relevant to the original ks.sys class driver:

KS minidriver architecture

KS properties, events, and methods

KS clocks

KS allocators

For more information about portcls.sys, see Audio drivers.

To learn about the stream.sys driver, refer to Streaming minidrivers.

To read about AVStream, see the AVStream overview.

DVD decoder minidrivers are clients of stream.sys.

Video capture minidrivers can be clients of either stream.sys or ks.sys.

Broadcast Driver Architecture minidrivers run under AVStream.