fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
player.h File Reference

Playback execution function declaration. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Playback execution function declaration.

Function Documentation

◆ Player_exec()

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.

Parameters
reqplay request to execute
sdevserial device to use for playback
Returns
0 on success, a negative error code on failure
Here is the call graph for this function:
Here is the caller graph for this function: