Speakers.Mono Property |
Language: |
Retrieves and sets whether the audio will be played through a monaural speaker type.
Visual Basic Public Property Mono As Boolean C# public bool Mono { get; set; } C++ public:
property bool Mono {
bool get();
void set(bool value);
}JScript public function get Mono() : boolean
public function set Mono(boolean);
System.Boolean
This property is read/write.
A value set to true if the audio will be played through a monaural speaker type; otherwise, false.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center