MPD
0.20.6
|
A parser for the RIFF file format (e.g. More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
size_t | riff_seek_id3 (InputStream &is) |
Seeks the RIFF file to the ID3 chunk. More... | |
size_t riff_seek_id3 | ( | InputStream & | is | ) |
Seeks the RIFF file to the ID3 chunk.
Throws std::runtime_error on error.
is | a locked InputStream |