CaptureEffectsAcousticEchoCancellation.NoiseFill Property

Language:

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center