mp3decoderex

Undocumented in source.

Public Imports

mp3decoder
public import mp3decoder;

Members

Aliases

MP3D_ITERATE_CB
alias MP3D_ITERATE_CB = int function(void* user_data, ref const(ubyte)* frame, int frame_size, size_t offset, ref mp3dec_frame_info_t info)
Undocumented in source.
MP3D_PROGRESS_CB
alias MP3D_PROGRESS_CB = int function(void* user_data, size_t file_size, size_t offset, ref mp3dec_frame_info_t info)
Undocumented in source.

Functions

mp3dec_iterate
int mp3dec_iterate(string file_name, MP3D_ITERATE_CB callback, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
mp3dec_load
mp3dec_file_info_t mp3dec_load(mp3dec_t dec, string file_name, MP3D_PROGRESS_CB progress_cb, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

mp3dec_file_info_t
struct mp3dec_file_info_t
Undocumented in source.

Meta