SoundRecorder.DefaultDevice Property

SFML.Net

SoundRecorderDefaultDevice Property
Get the name of the default audio capture device

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static string DefaultDevice { get; }
Public Shared ReadOnly Property DefaultDevice As String
	Get
public:
static property String^ DefaultDevice {
	String^ get ();
}
static member DefaultDevice : string with get

Property Value

Type: String
See Also