CaptureEffectsAcousticEchoCancellation.NoiseFill Property (Microsoft.DirectX.DirectSound)

Retrieves and sets whether to enable background comfort noise for the effect.

Definition

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

Property Value

System.Boolean
Value that is set to true if the effect enables background comfort noise; otherwise, false.

This property is read/write. 

Remarks

Enabling background comfort noise for the effect makes the capture signal sound more natural by preventing periods of dead silence.

By default, background comfort noise is not enabled.