Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 2.04 KB

nn-portcls-iminiportwavert.md

File metadata and controls

52 lines (46 loc) · 2.04 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NN:portcls.IMiniportWaveRT
IMiniportWaveRT (portcls.h)
The IMiniportWaveRT interface is the primary interface that is exposed by the miniport driver for a WaveRT audio device.
audio\iminiportwavert.htm
audio
05/08/2018
IMiniportWaveRT interface
IMiniportWaveRT, IMiniportWaveRT interface [Audio Devices], IMiniportWaveRT interface [Audio Devices],described, audio.iminiportwavert, audmp-routines_8d8d9bf9-09f1-4c1f-9113-c03e506e4edb.xml, portcls/IMiniportWaveRT
portcls.h
Windows
Windows
IMiniportWaveRT
portcls/IMiniportWaveRT
APIRef
kbSyntax
COM
portcls.h
IMiniportWaveRT

IMiniportWaveRT interface

-description

The IMiniportWaveRT interface is the primary interface that is exposed by the miniport driver for a WaveRT audio device. The adapter driver creates the WaveRT miniport driver object. It then passes the IMiniportWaveRT interface pointer of the object to the IPort::Init method of the WaveRT port driver. IMiniportWaveRT inherits from the IMiniport interface.

An adapter driver forms a miniport-port driver pair by binding an IMiniportWaveRT object to an IPortWaveRT object. The PortCls system driver registers this pair with the system as a wave filter.

IMiniportWaveRT is supported in Windows Vista and later Windows operating systems.