Share via


Speakers.Stereo Property (Microsoft.DirectX.DirectSound)

Retrieves and sets whether the audio will be played through a stereo speaker type.

Definition

Visual Basic Public Property Stereo As Boolean
C# public bool Stereo { get; set; }
C++ public:
property bool Stereo {
        bool get();
        void set(bool value);
}
JScript public function get Stereo() : boolean
public function set Stereo(boolean);

Property Value

System.Boolean
A value set to true if the audio will be played through a stereo speaker type; otherwise, false.

This property is read/write.