15int Seq_open(
struct FC* fc,
struct tf_header_t** seq);
int Seq_open(struct FC *fc, struct tf_header_t **seq)
Reads a FSEQ header and initializes the header struct with the sequence's metadata....
Definition seq.c:17
int Seq_getMediaFile(struct FC *fc, const struct tf_header_t *seq, char **value)
Retrieves the audio file path from the sequence for playback by searching the FSEQ's variable table f...
Definition seq.c:86
File controller that wraps a stdlib file pointer and provides additional functionality for reading fi...
Definition fc.c:10