libfluidsynth
1.1.6
|
fluid_playlist_item Used as the `data' elements of the fluid_player.playlist. More...
Data Fields | |
void * | buffer |
Name of file (owned); NULL if data pre-loaded. | |
size_t | buffer_len |
The MIDI file data (owned); NULL if filename. |
fluid_playlist_item Used as the `data' elements of the fluid_player.playlist.
Represents either a filename or a pre-loaded memory buffer. Exactly one of `filename' and `buffer' is non-NULL.