Copyright © 2005-2019 MultiMedia Soft

CoreAudioDevices property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CoreAudioDevices As CoreAudioDevicesMan


 

[C#]

public CoreAudioDevicesMan CoreAudioDevices {get;}


 

[C++]

public: __property CoreAudioDevicesMan* get_CoreAudioDevices ();


 

This property is Read-only

 

 

Remarks

The object used to manage specific functionalities of audio devices inside Windows Vista and later versions.

This property encapsulates the functionality of the CoreAudioDevicesMan class.

Further information about the management of audio devices in Windows Vista and later versions can be found inside the How to access settings of audio devices in Windows Vista and later versions tutorial.