Copyright © 2006-2023 MultiMedia Soft

CoreAudioDevicesMan class

Previous pageReturn to chapter overviewNext page

The CoreAudioDevicesMan class, accessible through the control's CoreAudioDevices property contains methods needed to manage audio devices under Windows Vista and later versions.

 

The CoreAudioDevicesMan class is implemented through the following methods:

 

DisplaySoundApplet

Enum

Free

CapturePartChannelCountGet

CapturePartChannelVolumeGet

CapturePartChannelVolumeSet

ChannelCountGet

ChannelVolumeGet

ChannelVolumeSet

CountGet

DefaultGet

DefaultSet

DescGet

GuidGet

JackCountGet

JackDescriptorGet

MasterVolumeGet

MasterVolumeSet

MuteGet

MuteSet

RenderPartChannelCountGet

RenderPartChannelVolumeGet

RenderPartChannelVolumeSet

RenderPartMuteGet

RenderPartMuteSet

StatusGet

TypeGet

VuMeterChannelPeakValueGet

VuMeterEnableNotifications

VuMeterMasterPeakValueGet

 

Further information about 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.

 

Samples of usage of access to audio devices in Visual C# and Visual Basic.NET can be found inside the following samples installed with the product's setup package:

- CoreAudioDevices