SoundRecorder.GetDevice Method

SFML.Net

SoundRecorderGetDevice Method
Get the name of the current 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 string GetDevice()
Public Function GetDevice As String
public:
String^ GetDevice()
member GetDevice : unit -> string 

Return Value

Type: String
The name of the current audio capture device
See Also