Share via


Speakers.FivePointOne Property (Microsoft.DirectX.DirectSound)

Retrieves and sets whether the audio will be played through a speaker arrangement of five surround speakers with a subwoofer.

Definition

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

Property Value

System.Boolean
A value set to true if the audio will be played through a speaker arrangement of five surround speakers with a subwoofer; otherwise, false.

This property is read/write.