Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves and sets whether the audio will be played through a surround sound speaker type.
Definition
Visual Basic Public Property Surround As Boolean C# public bool Surround { get; set; } C++ public:
property bool Surround {
bool get();
void set(bool value);
}JScript public function get Surround() : boolean
public function set Surround(boolean);
Property Value
System.Boolean
A value set to true if the audio will be played through a surround sound speaker type; otherwise, false.This property is read/write.