fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
player.h
Go to the documentation of this file.
1
3#ifndef FPLAYER_PLAYER_H
4#define FPLAYER_PLAYER_H
5
6struct qentry_s;
7
8struct serialdev_s;
9
17int Player_exec(struct qentry_s* req, struct serialdev_s* sdev);
18
19#endif//FPLAYER_PLAYER_H
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 s...
Definition player.c:180
Queue entry structure that holds playback configuration data.
Definition queue.h:8
Serial port communication device.
Definition serial.c:14