EchoCancellationConfigTailLength Property |
The length of the filter in samples.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int TailLength { get; set; }
Public Property TailLength As Integer
Get
Set
public:
property int TailLength {
int get ();
void set (int value);
}
member TailLength : int with get, set
Property Value
Type:
Int32
The length of the filter.
See Also