NoiseReductionMetric Property |
Contains signal noise information. Currently not used.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic NoiseMetric Metric { get; set; }
Public Property Metric As NoiseMetric
Get
Set
public:
property NoiseMetric^ Metric {
NoiseMetric^ get ();
void set (NoiseMetric^ value);
}
member Metric : NoiseMetric with get, set
Property Value
Type:
NoiseMetric
The metric.
See Also