|
Faun 0.2.5
A high-level C audio library
|
This struct is used for faun_pollSignals() & faun_waitSignal(). More...
Data Fields | |
| uint32_t | id |
| This is the playback identifier of the source generating the signal. | |
| uint16_t | signal |
| This is the FaunPlayMode event (FAUN_SIGNAL_DONE, FAUN_SIGNAL_PROG) which occurred. | |
| uint16_t | _pad |
This struct is used for faun_pollSignals() & faun_waitSignal().
| uint32_t FaunSignal::id |
This is the playback identifier of the source generating the signal.
For program signals generated by FO_SIGNAL this is the most recently selected source index (via FO_SOURCE).