Copyright © 2006-2019 MultiMedia Soft

WASAPI property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property WASAPI As WASAPIMan


 

[C#]

public WASAPIMan WASAPI {get;}


 

[C++]

public: __property WASAPIMan* get_WASAPI ();


 

This property is Read-only

 

 

Remarks

The object used to manage audio flow through WASAPI.

This property encapsulates the functionality of the WASAPIMan class.

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