Gets or sets a dB adjustment to the
threshold used in measuring RMS Delay Spread.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property RmsDelaySpreadThresholdOffset As Double |
C# | |
---|
public abstract double RmsDelaySpreadThresholdOffset {get; set;} |
C++/CLI | |
---|
public:
abstract property double RmsDelaySpreadThresholdOffset {
double get();
void set ( double value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also