Copyright © 2005-2019 MultiMedia Soft

EnableSpeakers property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EnableSpeakers As Boolean


 

[C#]

public bool EnableSpeakers {get; set;}


 

[C++]

public: __property bool get_EnableSpeakers();

public: __property void set_EnableSpeakers(bool);


 

 

Remarks

Boolean value that enables/disables speakers assignment.

Supported values are the following:

Mnemonic Value

Meaning

false (default)

Speakers assignment disabled

true

Speakers assignment enabled

 

NOTE 1: This property can be set at Design-time only: changes made at Runtime will be simply ignored.

NOTE 2: This property has no effect under Windows Vista and newer versions where speakers management can be only enabled/disabled through the Windows Control Panel.

 

For further details about speakers management, take a look to the How to work with multiple output devices and speakers section.