- mp3dec_close_file
void mp3dec_close_file(mp3dec_map_info_t* map_info)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_detect_buf
int mp3dec_detect_buf(uint8_t* buf, size_t buf_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_detect_cb
int mp3dec_detect_cb(mp3dec_io_t* io, uint8_t* buf, size_t buf_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_detect_mapinfo
int mp3dec_detect_mapinfo(mp3dec_map_info_t* map_info)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_ex_close
void mp3dec_ex_close(mp3dec_ex_t* dec)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_ex_open_buf
int mp3dec_ex_open_buf(mp3dec_ex_t* dec, uint8_t* buf, size_t buf_size, int seek_method)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_ex_open_cb
int mp3dec_ex_open_cb(mp3dec_ex_t* dec, mp3dec_io_t* io, int seek_method)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_ex_read
size_t mp3dec_ex_read(mp3dec_ex_t* dec, mp3d_sample_t* buf, size_t samples)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_ex_seek
int mp3dec_ex_seek(mp3dec_ex_t* dec, uint64_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_idx_binary_search
size_t mp3dec_idx_binary_search(mp3dec_index_t* idx, uint64_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_iterate_buf
int mp3dec_iterate_buf(const(uint8_t)* buf, size_t buf_size, MP3D_ITERATE_CB callback, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_iterate_cb
int mp3dec_iterate_cb(mp3dec_io_t* io, uint8_t* buf, size_t buf_size, MP3D_ITERATE_CB callback, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_iterate_mapinfo
int mp3dec_iterate_mapinfo(mp3dec_map_info_t* map_info, MP3D_ITERATE_CB callback, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_load_buf
int mp3dec_load_buf(mp3dec_t* dec, uint8_t* buf, size_t buf_size, mp3dec_file_info_t* info, MP3D_PROGRESS_CB progress_cb, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_load_cb
int mp3dec_load_cb(mp3dec_t* dec, mp3dec_io_t* io, uint8_t* buf, size_t buf_size, mp3dec_file_info_t* info, MP3D_PROGRESS_CB progress_cb, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_load_mapinfo
int mp3dec_load_mapinfo(mp3dec_t* dec, mp3dec_map_info_t* map_info, mp3dec_file_info_t* info, MP3D_PROGRESS_CB progress_cb, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_skip_id3
void mp3dec_skip_id3(const(uint8_t)** pbuf, size_t* pbuf_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_skip_id3v1
void mp3dec_skip_id3v1(uint8_t* buf, size_t* pbuf_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- mp3dec_skip_id3v2
size_t mp3dec_skip_id3v2(uint8_t* buf, size_t buf_size)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated to D by Guillaume Piolat. Stripped down a bit for the needs of audio-formats.