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)

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: BooleanTrue, if it was able to set the requested device
