Sets or returns the quality 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 short BitDepth { get; set; }
Visual Basic
Public Property BitDepth As Short
	Get
	Set
Visual C++
public:
property short BitDepth {
	short get ();
	void set (short value);
}

Remarks

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

See Also