Enumeration RtAudioErrorType

RtAudio error types

Enumeration Members

WARNING: number

A non-critical error.

DEBUG_WARNING: number

A non-critical error which might be useful for debugging.

UNSPECIFIED: number

The default, unspecified error type.

NO_DEVICES_FOUND: number

No devices found on system.

INVALID_DEVICE: number

An invalid device ID was specified.

MEMORY_ERROR: number

An error occurred during memory allocation.

INVALID_PARAMETER: number

An invalid parameter was specified to a function.

INVALID_USE: number

The function was called incorrectly.

DRIVER_ERROR: number

A system driver error occurred.

SYSTEM_ERROR: number

A system error occurred.

THREAD_ERROR: number

A thread error occurred.

Generated using TypeDoc