WASAPIMan class |
|
The WASAPIMan class, accessible through the component's WASAPI property contains methods needed to manage WASAPI.
The WASAPIMan class is implemented through the following methods:
InputDeviceAttachedToPlayerTypeGet
InputDeviceAttachedToPlayerIndexGet
Further information about WASAPI can be found inside the How to manage audio flow through WASAPI tutorial.
Samples of usage of WASAPI in Visual C#.NET and Visual Basic.NET can be found inside the following samples installed with the product's setup package:
- WasapiPlayer
- WasapiInputPlayer
- WasapiSpeakersManager
- WasapiMixAndClone
If the Audio Sound Suite API for .NET package has been installed, a further sample demonstrating the possibility to record and casting the output of the stream mixer is available:
- WasapiStreamMixer