Sets or returns the frequency at which the audio will be monitored

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public int Frequency { get; set; }
Visual Basic
Public Property Frequency As Integer
	Get
	Set
Visual C++
public:
property int Frequency {
	int get ();
	void set (int value);
}

Remarks

You should check each one of the Qualities for the selected Device to ensure that the provided Frequency is valid and supported by the device.

See Also