MPD
0.20.15
|
A parser for the AIFF file format. More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
size_t | aiff_seek_id3 (InputStream &is) |
Seeks the AIFF file to the ID3 chunk. More... | |
A parser for the AIFF file format.
Definition in file Aiff.hxx.
size_t aiff_seek_id3 | ( | InputStream & | is | ) |
Seeks the AIFF file to the ID3 chunk.
Throws std::runtime_error on error.
is | a locked InputStream |