libopenmpt 0.7.11+release
cross-platform C++ and C library to decode tracked music files
|
Stream callbacks. More...
#include <libopenmpt/libopenmpt.h>
Public Attributes | |
openmpt_stream_read_func | read |
Read callback. More... | |
openmpt_stream_seek_func | seek |
Seek callback. More... | |
openmpt_stream_tell_func | tell |
Tell callback. More... | |
Stream callbacks.
Stream callbacks used by libopenmpt for stream operations.
openmpt_stream_read_func openmpt_stream_callbacks::read |
Read callback.
openmpt_stream_seek_func openmpt_stream_callbacks::seek |
Seek callback.
Seek callback can be NULL if seeking is not supported.
openmpt_stream_tell_func openmpt_stream_callbacks::tell |
Tell callback.
Tell callback can be NULL if seeking is not supported.