Faun 0.2.5
A high-level C audio library
Loading...
Searching...
No Matches
FaunSignal Struct Reference

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
 

Detailed Description

This struct is used for faun_pollSignals() & faun_waitSignal().

Examples
basic.c.

Field Documentation

◆ id

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).


The documentation for this struct was generated from the following files: