Share via


CaptureBufferDescription.ControlEffects Property (Microsoft.DirectX.DirectSound)

Retrieves and sets whether the CaptureBuffer object supports capture effects.

Definition

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

Property Value

System.Boolean
Value set that is set to true if the CaptureBuffer object supports capture effects; otherwise, false.

This property is read/write.