SoundRecorder.SetDevice Method

SFML.Net

SoundRecorderSetDevice Method
Set the 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 bool SetDevice(
	string Name
)
Public Function SetDevice ( 
	Name As String
) As Boolean
public:
bool SetDevice(
	String^ Name
)
member SetDevice : 
        Name : string -> bool 

Parameters

Name
Type: SystemString
The name of the audio capture device

Return Value

Type: Boolean
True, if it was able to set the requested device
See Also