Share via


BufferDescription.ControlVolume Property (Microsoft.DirectX.DirectSound)

Specifies whether the buffer has volume control capability.

Definition

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

Property Value

System.Boolean
This value is set to true if the buffer has volume control capability; otherwise, false.

This property is read/write.