|
fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Playback execution function declaration. More...

Go to the source code of this file.
Functions | |
| int | Player_exec (struct qentry_s *req, struct serialdev_s *sdev) |
| Initializes and starts playback of the given playback configuration. Execution will block until the sequence is complete, including audio playback; unless an error occurs. The caller is responsible for freeing the resources provided in the playback request. | |
Playback execution function declaration.
| int Player_exec | ( | struct qentry_s * | req, |
| struct serialdev_s * | sdev ) |
Initializes and starts playback of the given playback configuration. Execution will block until the sequence is complete, including audio playback; unless an error occurs. The caller is responsible for freeing the resources provided in the playback request.
| req | play request to execute |
| sdev | serial device to use for playback |

