SoundRecorder.isAvailable

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 SoundRecorder or one of its derived classes will fail.

class SoundRecorder
static
bool
isAvailable
(
)

Return Value

Type: bool

true if audio capture is supported, false otherwise.

Meta