Microsoft DirectX 9.0 SDK Update (October 2004)

CaptureEffectsAcousticEchoCancellation.NoiseFill Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property NoiseFill As Boolean
C# public bool NoiseFill { get; set; }
Managed C++ public: __property bool get_NoiseFill();
public: __property void set_NoiseFill(bool);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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