SoundRecorder.AvailableDevices Property

SFML.Net

SoundRecorderAvailableDevices Property
Get the list of the names of all available audio capture devices

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

Property Value

Type: String
See Also