Device.SpeakerConfig Property (Microsoft.DirectX.DirectSound)

Retrieves or sets the speaker configuration of the device.

Definition

Visual Basic Public Property SpeakerConfig As Speakers
C# public Speakers SpeakerConfig { get; set; }
C++ public:
property Speakers SpeakerConfig {
        Speakers get();
        void set(Speakers value);
}
JScript public function get SpeakerConfig() : Speakers
public function set SpeakerConfig(Speakers);

Property Value

Microsoft.DirectX.DirectSound.Speakers
The speaker configuration for this device.

This property is read/write. 

Remarks

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.

SoundException

Root exception type for all Microsoft DirectSound exceptions. Derives from DirectXException.