fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Queue entry structure that holds playback configuration data. More...
#include <queue.h>
Data Fields | |
const char * | seqfp |
Sequence file path. | |
const char * | audiofp |
Audio override file path. | |
const char * | cmapfp |
Channel map file path. | |
unsigned int | waitsec |
Playback start delay in seconds. | |
Queue entry structure that holds playback configuration data.
const char* qentry_s::audiofp |
Audio override file path.
const char* qentry_s::cmapfp |
Channel map file path.
const char* qentry_s::seqfp |
Sequence file path.
unsigned int qentry_s::waitsec |
Playback start delay in seconds.