StreamInitializationStatus

Defines stream initialization status codes.

Values

ValueMeaning
AllOk0

No issues were encountered during initialization

NoAudioService

Audio service not found

OutOfMemory

Not enough memory to initialize stream

UnsupportedFormat

Format isn't supported

ModeNotSupported

Mode not supported

DeviceInUse

Audio device is either in exclusive mode by another library, or can't get exclusive mode

DeviceNotFound

Specified device cannot be found (e.g. got disconnected)

InternalError

Error likely due to this library

Unknown

Error cannot be defined

Meta