SFML.Net
SoundRecorderIsAvailable Property |
Check if the system supports audio capture.
This function should always be called before using
the audio capture features. If it returns false, then
any attempt to use the SoundRecorder or one of its derived
classes will fail.
Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)

public static bool IsAvailable { get; }
Public Shared ReadOnly Property IsAvailable As Boolean Get
public: static property bool IsAvailable { bool get (); }
static member IsAvailable : bool with get
Property Value
Type: Boolean