Return codes
Return Codes
Constant |
Number |
Description |
mtErrorNone |
0x1 |
Error while initializing the library. |
mtErrorTable |
0x2 |
Error at tone generation. |
mtErrorStreamInit |
0x3 |
Error while initializing tone stream. |
mtErrorPlayStreamInit |
0x4 |
Error while initializing the playback stream. |
mtErrorPlayStream |
0x5 |
Error occur at playback stream generation. |
mtErrorPlayStreamMissing |
0x6 |
Playback stream is missing or not initialized. |
mtErrorPlay |
0x7 |
error occur at stream playback. Is audio device is not available or assign to another process? |
Related
Documentation: microTone Module API functions