Copyright © 2008-2019 MultiMedia Soft

WASAPI object

Previous pageReturn to chapter overviewNext page

The WASAPI object, accessible through the component's WASAPI property, is internally implemented as a COM interface called IASIO and contains methods needed to manage WASAPI.

 

The WASAPI objectclass is implemented through the following methods:

 

DeviceGetCount

DeviceGetDesc

RenderDeviceChannelsGet

RenderDeviceGetCount

RenderDeviceGetDesc

RenderDeviceIsFormatSupported

RenderDeviceIsStarted

RenderDeviceLatencyGet

RenderDeviceMuteGet

RenderDeviceMuteSet

RenderDeviceSharedFormatGet

RenderDeviceStartExcusive

RenderDeviceStartShared

RenderDeviceStop

RenderDeviceVolumeGet

RenderDeviceVolumeSet

 

 

Further information about WASAPI can be found inside the How to manage audio playback through WASAPI tutorial.

 

Samples of WASAPI usage in Visual C++ and Visual Basic 6 can be found inside the following samples installed with the product's setup package:

- WasapiPlayer