Initializes a frequency ratio tuning pair.
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public FREQUENCY_RATIO_TABLE_ELEMENT(
int _LowFreqRatio,
int _HighFreqRatio
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
_LowFreqRatio As Integer, _
_HighFreqRatio As Integer _
) |
Visual C++ |
---|
public:
FREQUENCY_RATIO_TABLE_ELEMENT(
int _LowFreqRatio,
int _HighFreqRatio
) |
J# |
---|
public FREQUENCY_RATIO_TABLE_ELEMENT(
int _LowFreqRatio,
int _HighFreqRatio
) |
Parameters
- _LowFreqRatio
- Type: System..::.Int32
Specifies the low frequency tuning ratio.
- _HighFreqRatio
- Type: System..::.Int32
Specifies the high frequency tuning ratio.
See Also