- action_get_playlist
ddb_playlist_t* function() nothrow @(nogc) action_get_playlist;
Undocumented in source.
- action_set_playlist
void function(ddb_playlist_t* plt) nothrow @(nogc) action_set_playlist;
Undocumented in source.
- audio_is_mute
int function() nothrow @(nogc) audio_is_mute;
Undocumented in source.
- audio_set_mute
void function(int mute) nothrow @(nogc) audio_set_mute;
Undocumented in source.
- background_job_decrement
void function() nothrow @(nogc) background_job_decrement;
Undocumented in source.
- background_job_increment
void function() nothrow @(nogc) background_job_increment;
Undocumented in source.
- cond_broadcast
int function(uintptr_t cond) nothrow @(nogc) cond_broadcast;
Undocumented in source.
- cond_create
uintptr_t function() nothrow @(nogc) cond_create;
Undocumented in source.
- cond_free
void function(uintptr_t cond) nothrow @(nogc) cond_free;
Undocumented in source.
- cond_signal
int function(uintptr_t cond) nothrow @(nogc) cond_signal;
Undocumented in source.
- cond_wait
int function(uintptr_t cond, uintptr_t mutex) nothrow @(nogc) cond_wait;
Undocumented in source.
- conf_find
DB_conf_item_t* function(in char* group, DB_conf_item_t* prev) nothrow @(nogc) conf_find;
Undocumented in source.
- conf_get_float
float function(in char* key, float def) nothrow @(nogc) conf_get_float;
Undocumented in source.
- conf_get_int
int function(in char* key, int def) nothrow @(nogc) conf_get_int;
Undocumented in source.
- conf_get_int64
long function(in char* key, long def) nothrow @(nogc) conf_get_int64;
Undocumented in source.
- conf_get_str
void function(in char* key, in char* def, char* buffer, int buffer_size) nothrow @(nogc) conf_get_str;
Undocumented in source.
- conf_get_str_fast
char* function(in char* key, in char* def) nothrow @(nogc) conf_get_str_fast;
Undocumented in source.
- conf_lock
void function() nothrow @(nogc) conf_lock;
Undocumented in source.
- conf_remove_items
void function(in char* key) nothrow @(nogc) conf_remove_items;
Undocumented in source.
- conf_save
int function() nothrow @(nogc) conf_save;
Undocumented in source.
- conf_set_float
void function(in char* key, float val) nothrow @(nogc) conf_set_float;
Undocumented in source.
- conf_set_int
void function(in char* key, int val) nothrow @(nogc) conf_set_int;
Undocumented in source.
- conf_set_int64
void function(in char* key, long val) nothrow @(nogc) conf_set_int64;
Undocumented in source.
- conf_set_str
void function(in char* key, in char* val) nothrow @(nogc) conf_set_str;
Undocumented in source.
- conf_unlock
void function() nothrow @(nogc) conf_unlock;
Undocumented in source.
- dsp_preset_free
void function(ddb_dsp_context_s* head) nothrow @(nogc) dsp_preset_free;
Undocumented in source.
- dsp_preset_load
int function(in char* fname, ddb_dsp_context_s** head) nothrow @(nogc) dsp_preset_load;
Undocumented in source.
- dsp_preset_save
int function(in char* fname, ddb_dsp_context_s* head) nothrow @(nogc) dsp_preset_save;
Undocumented in source.
- event_alloc
ddb_event_t* function(uint id) nothrow @(nogc) event_alloc;
Undocumented in source.
- event_free
void function(ddb_event_t* ev) nothrow @(nogc) event_free;
Undocumented in source.
- event_send
int function(ddb_event_t* ev, uint p1, uint p2) nothrow @(nogc) event_send;
Undocumented in source.
- fabort
void function(DB_FILE* stream) nothrow @(nogc) fabort;
Undocumented in source.
- fclose
void function(DB_FILE* f) nothrow @(nogc) fclose;
Undocumented in source.
- fget_content_type
char* function(DB_FILE* stream) nothrow @(nogc) fget_content_type;
Undocumented in source.
- fgetlength
long function(DB_FILE* stream) nothrow @(nogc) fgetlength;
Undocumented in source.
- fopen
DB_FILE* function(in char* fname) nothrow @(nogc) fopen;
Undocumented in source.
- fread
size_t function(void* ptr, size_t size, size_t nmemb, DB_FILE* stream) nothrow @(nogc) fread;
Undocumented in source.
- fseek
int function(DB_FILE* stream, long offset, int whence) nothrow @(nogc) fseek;
Undocumented in source.
- fset_track
void function(DB_FILE* stream, DB_playItem_t* it) nothrow @(nogc) fset_track;
Undocumented in source.
- ftell
long function(DB_FILE* stream) nothrow @(nogc) ftell;
Undocumented in source.
- get_config_dir
char* function() nothrow @(nogc) get_config_dir;
Undocumented in source.
- get_doc_dir
char* function() nothrow @(nogc) get_doc_dir;
Undocumented in source.
- get_output
DB_output_s* function() nothrow @(nogc) get_output;
Undocumented in source.
- get_pixmap_dir
char* function() nothrow @(nogc) get_pixmap_dir;
Undocumented in source.
- get_plugin_dir
char* function() nothrow @(nogc) get_plugin_dir;
Undocumented in source.
- get_prefix
char* function() nothrow @(nogc) get_prefix;
Undocumented in source.
- get_system_dir
char* function(int dir_id) nothrow @(nogc) get_system_dir;
Undocumented in source.
- have_background_jobs
int function() nothrow @(nogc) have_background_jobs;
Undocumented in source.
- is_local_file
int function(in char* fname) nothrow @(nogc) is_local_file;
Undocumented in source.
- junk_apev2_add_text_frame
DB_apev2_frame_t* function(DB_apev2_tag_t* tag, in char* frame_id, in char* value) nothrow @(nogc) junk_apev2_add_text_frame;
Undocumented in source.
- junk_apev2_find
int function(DB_FILE* fp, int* psize, uint* pflags, uint* pnumitems) nothrow @(nogc) junk_apev2_find;
Undocumented in source.
- junk_apev2_free
void function(DB_apev2_tag_t* tag) nothrow @(nogc) junk_apev2_free;
Undocumented in source.
- junk_apev2_read
int function(DB_playItem_t* it, DB_FILE* fp) nothrow @(nogc) junk_apev2_read;
Undocumented in source.
- junk_apev2_read_full
int function(DB_playItem_t* it, DB_apev2_tag_t* tag_store, DB_FILE* fp) nothrow @(nogc) junk_apev2_read_full;
Undocumented in source.
- junk_apev2_read_full_mem
int function(DB_playItem_t* it, DB_apev2_tag_t* tag_store, char* mem, int memsize) nothrow @(nogc) junk_apev2_read_full_mem;
Undocumented in source.
- junk_apev2_read_mem
int function(DB_playItem_t* it, char* mem, int size) nothrow @(nogc) junk_apev2_read_mem;
Undocumented in source.
- junk_apev2_remove_frames
int function(DB_apev2_tag_t* tag, in char* frame_id) nothrow @(nogc) junk_apev2_remove_frames;
Undocumented in source.
- junk_apev2_write
int function(FILE* fp, DB_apev2_tag_t* tag, int write_header, int write_footer) nothrow @(nogc) junk_apev2_write;
Undocumented in source.
- junk_copy
void function(DB_playItem_t* from, DB_playItem_t* first, DB_playItem_t* last) nothrow @(nogc) junk_copy;
Undocumented in source.
- junk_detect_charset
char* function(in char* s) nothrow @(nogc) junk_detect_charset;
Undocumented in source.
- junk_get_leading_size
int function(DB_FILE* fp) nothrow @(nogc) junk_get_leading_size;
Undocumented in source.
- junk_get_leading_size_stdio
int function(FILE* fp) nothrow @(nogc) junk_get_leading_size_stdio;
Undocumented in source.
- junk_iconv
int function(in char* input, int inlen, char* output, int outlen, in char* cs_in, in char* cs_out) nothrow @(nogc) junk_iconv;
Undocumented in source.
- junk_id3v1_find
int function(DB_FILE* fp) nothrow @(nogc) junk_id3v1_find;
Undocumented in source.
- junk_id3v1_read
int function(DB_playItem_t* it, DB_FILE* fp) nothrow @(nogc) junk_id3v1_read;
Undocumented in source.
- junk_id3v1_write
int function(FILE* fp, DB_playItem_t* it, in char* enc) nothrow @(nogc) junk_id3v1_write;
Undocumented in source.
- junk_id3v2_add_text_frame
DB_id3v2_frame_t* function(DB_id3v2_tag_t* tag, in char* frame_id, in char* value) nothrow @(nogc) junk_id3v2_add_text_frame;
Undocumented in source.
- junk_id3v2_convert_22_to_24
int function(DB_id3v2_tag_t* tag22, DB_id3v2_tag_t* tag24) nothrow @(nogc) junk_id3v2_convert_22_to_24;
Undocumented in source.
- junk_id3v2_convert_23_to_24
int function(DB_id3v2_tag_t* tag23, DB_id3v2_tag_t* tag24) nothrow @(nogc) junk_id3v2_convert_23_to_24;
Undocumented in source.
- junk_id3v2_convert_24_to_23
int function(DB_id3v2_tag_t* tag24, DB_id3v2_tag_t* tag23) nothrow @(nogc) junk_id3v2_convert_24_to_23;
Undocumented in source.
- junk_id3v2_find
int function(DB_FILE* fp, int* psize) nothrow @(nogc) junk_id3v2_find;
Undocumented in source.
- junk_id3v2_free
void function(DB_id3v2_tag_t* tag) nothrow @(nogc) junk_id3v2_free;
Undocumented in source.
- junk_id3v2_read
int function(DB_playItem_t* it, DB_FILE* fp) nothrow @(nogc) junk_id3v2_read;
Undocumented in source.
- junk_id3v2_read_full
int function(DB_playItem_t* it, DB_id3v2_tag_t* tag, DB_FILE* fp) nothrow @(nogc) junk_id3v2_read_full;
Undocumented in source.
- junk_id3v2_remove_frames
int function(DB_id3v2_tag_t* tag, in char* frame_id) nothrow @(nogc) junk_id3v2_remove_frames;
Undocumented in source.
- junk_id3v2_write
int function(FILE* file, DB_id3v2_tag_t* tag) nothrow @(nogc) junk_id3v2_write;
Undocumented in source.
- junk_recode
int function(in char* input, int inlen, char* output, int outlen, in char* cs) nothrow @(nogc) junk_recode;
Undocumented in source.
- junk_rewrite_tags
int function(DB_playItem_t* it, uint flags, int id3v2_version, in char* id3v1_encoding) nothrow @(nogc) junk_rewrite_tags;
Undocumented in source.
- listen_file_add_beginend
int function(void function(ddb_fileadd_data_t* data, void* user_data) callback_begin, void function(ddb_fileadd_data_t* data, void* user_data) callback_end, void* user_data) nothrow @(nogc) listen_file_add_beginend;
Undocumented in source.
- listen_file_added
int function(int function(ddb_fileadd_data_t* data, void* user_data) callback, void* user_data) nothrow @(nogc) listen_file_added;
Undocumented in source.
- md5
void function(ubyte[16] sig, in char* input, int len) nothrow @(nogc) md5;
Undocumented in source.
- md5_append
void function(DB_md5_t* s, in ubyte* data, int nbytes) nothrow @(nogc) md5_append;
Undocumented in source.
- md5_finish
void function(DB_md5_t* s, ubyte[16] digest) nothrow @(nogc) md5_finish;
Undocumented in source.
- md5_init
void function(DB_md5_t* s) nothrow @(nogc) md5_init;
Undocumented in source.
- md5_to_str
void function(char* str, in ubyte[16] sig) nothrow @(nogc) md5_to_str;
Undocumented in source.
- metacache_add_string
char* function(in char* str) nothrow @(nogc) metacache_add_string;
Undocumented in source.
- metacache_ref
void function(in char* str) nothrow @(nogc) metacache_ref;
Undocumented in source.
- metacache_remove_string
void function(in char* str) nothrow @(nogc) metacache_remove_string;
Undocumented in source.
- metacache_unref
void function(in char* str) nothrow @(nogc) metacache_unref;
Undocumented in source.
- mutex_create
uintptr_t function() nothrow @(nogc) mutex_create;
Undocumented in source.
- mutex_create_nonrecursive
uintptr_t function() nothrow @(nogc) mutex_create_nonrecursive;
Undocumented in source.
- mutex_free
void function(uintptr_t mtx) nothrow @(nogc) mutex_free;
Undocumented in source.
- mutex_lock
int function(uintptr_t mtx) nothrow @(nogc) mutex_lock;
Undocumented in source.
- mutex_unlock
int function(uintptr_t mtx) nothrow @(nogc) mutex_unlock;
Undocumented in source.
- pcm_convert
int function(in ddb_waveformat_t* inputfmt, in char* input, in ddb_waveformat_t* outputfmt, char* output, int inputsize) nothrow @(nogc) pcm_convert;
Undocumented in source.
- pl_add_files_begin
int function(ddb_playlist_t* plt) nothrow @(nogc) pl_add_files_begin;
Undocumented in source.
- pl_add_files_end
void function() nothrow @(nogc) pl_add_files_end;
Undocumented in source.
- pl_add_meta
void function(DB_playItem_t* it, in char* key, in char* value) nothrow @(nogc) pl_add_meta;
Undocumented in source.
- pl_append_meta
void function(DB_playItem_t* it, in char* key, in char* value) nothrow @(nogc) pl_append_meta;
Undocumented in source.
- pl_clear
void function() nothrow @(nogc) pl_clear;
Undocumented in source.
- pl_crop_selected
void function() nothrow @(nogc) pl_crop_selected;
Undocumented in source.
- pl_delete_all_meta
void function(DB_playItem_t* it) nothrow @(nogc) pl_delete_all_meta;
Undocumented in source.
- pl_delete_meta
void function(DB_playItem_t* it, in char* key) nothrow @(nogc) pl_delete_meta;
Undocumented in source.
- pl_delete_metadata
void function(DB_playItem_t* it, DB_metaInfo_t* meta) nothrow @(nogc) pl_delete_metadata;
Undocumented in source.
- pl_delete_selected
int function() nothrow @(nogc) pl_delete_selected;
Undocumented in source.
- pl_find_meta
char* function(DB_playItem_t* it, in char* key) nothrow @(nogc) pl_find_meta;
Undocumented in source.
- pl_find_meta_float
float function(DB_playItem_t* it, in char* key, float def) nothrow @(nogc) pl_find_meta_float;
Undocumented in source.
- pl_find_meta_int
int function(DB_playItem_t* it, in char* key, int def) nothrow @(nogc) pl_find_meta_int;
Undocumented in source.
- pl_find_meta_raw
char* function(DB_playItem_t* it, in char* key) nothrow @(nogc) pl_find_meta_raw;
Undocumented in source.
- pl_format_time
void function(float t, char* dur, int size) nothrow @(nogc) pl_format_time;
Undocumented in source.
- pl_format_title
int function(DB_playItem_t* it, int idx, char* s, int size, int id, in char* fmt) nothrow @(nogc) pl_format_title;
Undocumented in source.
- pl_format_title_escaped
int function(DB_playItem_t* it, int idx, char* s, int size, int id, in char* fmt) nothrow @(nogc) pl_format_title_escaped;
Undocumented in source.
- pl_get_cursor
int function(int iter) nothrow @(nogc) pl_get_cursor;
Undocumented in source.
- pl_get_first
DB_playItem_t* function(int iter) nothrow @(nogc) pl_get_first;
Undocumented in source.
- pl_get_for_idx
DB_playItem_t* function(int idx) nothrow @(nogc) pl_get_for_idx;
Undocumented in source.
- pl_get_for_idx_and_iter
DB_playItem_t* function(int idx, int iter) nothrow @(nogc) pl_get_for_idx_and_iter;
Undocumented in source.
- pl_get_idx_of
int function(DB_playItem_t* it) nothrow @(nogc) pl_get_idx_of;
Undocumented in source.
- pl_get_idx_of_iter
int function(DB_playItem_t* it, int iter) nothrow @(nogc) pl_get_idx_of_iter;
Undocumented in source.
- pl_get_item_duration
float function(DB_playItem_t* it) nothrow @(nogc) pl_get_item_duration;
Undocumented in source.
- pl_get_item_flags
uint function(DB_playItem_t* it) nothrow @(nogc) pl_get_item_flags;
Undocumented in source.
- pl_get_item_replaygain
float function(DB_playItem_t* it, int idx) nothrow @(nogc) pl_get_item_replaygain;
Undocumented in source.
- pl_get_last
DB_playItem_t* function(int iter) nothrow @(nogc) pl_get_last;
Undocumented in source.
- pl_get_meta
int function(DB_playItem_t* it, in char* key, char* val, int size) nothrow @(nogc) pl_get_meta;
Undocumented in source.
- pl_get_meta_raw
int function(DB_playItem_t* it, in char* key, char* val, int size) nothrow @(nogc) pl_get_meta_raw;
Undocumented in source.
- pl_get_metadata_head
DB_metaInfo_t* function(DB_playItem_t* it) nothrow @(nogc) pl_get_metadata_head;
Undocumented in source.
- pl_get_next
DB_playItem_t* function(DB_playItem_t* it, int iter) nothrow @(nogc) pl_get_next;
Undocumented in source.
- pl_get_playlist
ddb_playlist_t* function(DB_playItem_t* it) nothrow @(nogc) pl_get_playlist;
Undocumented in source.
- pl_get_prev
DB_playItem_t* function(DB_playItem_t* it, int iter) nothrow @(nogc) pl_get_prev;
Undocumented in source.
- pl_get_totaltime
float function() nothrow @(nogc) pl_get_totaltime;
Undocumented in source.
- pl_getcount
int function(int iter) nothrow @(nogc) pl_getcount;
Undocumented in source.
- pl_getselcount
int function() nothrow @(nogc) pl_getselcount;
Undocumented in source.
- pl_is_selected
int function(DB_playItem_t* it) nothrow @(nogc) pl_is_selected;
Undocumented in source.
- pl_item_alloc
DB_playItem_t* function() nothrow @(nogc) pl_item_alloc;
Undocumented in source.
- pl_item_alloc_init
DB_playItem_t* function(in char* fname, in char* decoder_id) nothrow @(nogc) pl_item_alloc_init;
Undocumented in source.
- pl_item_copy
void function(DB_playItem_t* output, DB_playItem_t* input) nothrow @(nogc) pl_item_copy;
Undocumented in source.
- pl_item_ref
void function(DB_playItem_t* it) nothrow @(nogc) pl_item_ref;
Undocumented in source.
- pl_item_unref
void function(DB_playItem_t* it) nothrow @(nogc) pl_item_unref;
Undocumented in source.
- pl_items_copy_junk
void function(DB_playItem_t* from, DB_playItem_t* first, DB_playItem_t* last) nothrow @(nogc) pl_items_copy_junk;
Undocumented in source.
- pl_lock
void function() nothrow @(nogc) pl_lock;
Undocumented in source.
- pl_meta_exists
int function(DB_playItem_t* it, in char* key) nothrow @(nogc) pl_meta_exists;
Undocumented in source.
- pl_playqueue_clear
void function() nothrow @(nogc) pl_playqueue_clear;
Undocumented in source.
- pl_playqueue_pop
void function() nothrow @(nogc) pl_playqueue_pop;
Undocumented in source.
- pl_playqueue_push
int function(DB_playItem_t* it) nothrow @(nogc) pl_playqueue_push;
Undocumented in source.
- pl_playqueue_remove
void function(DB_playItem_t* it) nothrow @(nogc) pl_playqueue_remove;
Undocumented in source.
- pl_playqueue_test
int function(DB_playItem_t* it) nothrow @(nogc) pl_playqueue_test;
Undocumented in source.
- pl_replace_meta
void function(DB_playItem_t* it, in char* key, in char* value) nothrow @(nogc) pl_replace_meta;
Undocumented in source.
- pl_save_all
int function() nothrow @(nogc) pl_save_all;
Undocumented in source.
- pl_save_current
int function() nothrow @(nogc) pl_save_current;
Undocumented in source.
- pl_select_all
void function() nothrow @(nogc) pl_select_all;
Undocumented in source.
- pl_set_cursor
void function(int iter, int cursor) nothrow @(nogc) pl_set_cursor;
Undocumented in source.
- pl_set_item_flags
void function(DB_playItem_t* it, uint flags) nothrow @(nogc) pl_set_item_flags;
Undocumented in source.
- pl_set_item_replaygain
void function(DB_playItem_t* it, int idx, float value) nothrow @(nogc) pl_set_item_replaygain;
Undocumented in source.
- pl_set_meta_float
void function(DB_playItem_t* it, in char* key, float value) nothrow @(nogc) pl_set_meta_float;
Undocumented in source.
- pl_set_meta_int
void function(DB_playItem_t* it, in char* key, int value) nothrow @(nogc) pl_set_meta_int;
Undocumented in source.
- pl_set_selected
void function(DB_playItem_t* it, int sel) nothrow @(nogc) pl_set_selected;
Undocumented in source.
- pl_unlock
void function() nothrow @(nogc) pl_unlock;
Undocumented in source.
- playback_get_pos
float function() nothrow @(nogc) playback_get_pos;
Undocumented in source.
- playback_set_pos
void function(float pos) nothrow @(nogc) playback_set_pos;
Undocumented in source.
- playqueue_clear
void function() nothrow @(nogc) playqueue_clear;
Undocumented in source.
- playqueue_get_count
int function() nothrow @(nogc) playqueue_get_count;
Undocumented in source.
- playqueue_get_item
DB_playItem_t* function(int n) nothrow @(nogc) playqueue_get_item;
Undocumented in source.
- playqueue_insert_at
void function(int n, DB_playItem_t* it) nothrow @(nogc) playqueue_insert_at;
Undocumented in source.
- playqueue_pop
void function() nothrow @(nogc) playqueue_pop;
Undocumented in source.
- playqueue_push
int function(DB_playItem_t* it) nothrow @(nogc) playqueue_push;
Undocumented in source.
- playqueue_remove
void function(DB_playItem_t* it) nothrow @(nogc) playqueue_remove;
Undocumented in source.
- playqueue_remove_nth
int function(int n) nothrow @(nogc) playqueue_remove_nth;
Undocumented in source.
- playqueue_test
int function(DB_playItem_t* it) nothrow @(nogc) playqueue_test;
Undocumented in source.
- plt_add
int function(int before, in char* title) nothrow @(nogc) plt_add;
Undocumented in source.
- plt_add_dir
int function(ddb_playlist_t* plt, in char* dirname, int function(DB_playItem_t* it, void* data) cb, void* user_data) nothrow @(nogc) plt_add_dir;
Undocumented in source.
- plt_add_dir2
int function(int visibility, ddb_playlist_t* plt, in char* dirname, int function(DB_playItem_t* it, void* user_data) callback, void* user_data) nothrow @(nogc) plt_add_dir2;
Undocumented in source.
- plt_add_file
int function(ddb_playlist_t* plt, in char* fname, int function(DB_playItem_t* it, void* data) cb, void* user_data) nothrow @(nogc) plt_add_file;
Undocumented in source.
- plt_add_file2
int function(int visibility, ddb_playlist_t* plt, in char* fname, int function(DB_playItem_t* it, void* user_data) callback, void* user_data) nothrow @(nogc) plt_add_file2;
Undocumented in source.
- plt_add_files_begin
int function(ddb_playlist_t* plt, int visibility) nothrow @(nogc) plt_add_files_begin;
Undocumented in source.
- plt_add_files_end
void function(ddb_playlist_t* plt, int visibility) nothrow @(nogc) plt_add_files_end;
Undocumented in source.
- plt_add_meta
void function(ddb_playlist_t* handle, in char* key, in char* value) nothrow @(nogc) plt_add_meta;
Undocumented in source.
- plt_alloc
ddb_playlist_t* function(in char* title) nothrow @(nogc) plt_alloc;
Undocumented in source.
- plt_append_meta
void function(ddb_playlist_t* handle, in char* key, in char* value) nothrow @(nogc) plt_append_meta;
Undocumented in source.
- plt_clear
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_clear;
Undocumented in source.
- plt_copy_items
void function(ddb_playlist_t* to, int iter, ddb_playlist_t* from, DB_playItem_t* before, uint* indices, int cnt) nothrow @(nogc) plt_copy_items;
Undocumented in source.
- plt_crop_selected
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_crop_selected;
Undocumented in source.
- plt_delete_all_meta
void function(ddb_playlist_t* handle) nothrow @(nogc) plt_delete_all_meta;
Undocumented in source.
- plt_delete_metadata
void function(ddb_playlist_t* handle, DB_metaInfo_t* meta) nothrow @(nogc) plt_delete_metadata;
Undocumented in source.
- plt_delete_selected
int function(ddb_playlist_t* plt) nothrow @(nogc) plt_delete_selected;
Undocumented in source.
- plt_deselect_all
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_deselect_all;
Undocumented in source.
- plt_find_meta
char* function(ddb_playlist_t* handle, in char* key) nothrow @(nogc) plt_find_meta;
Undocumented in source.
- plt_find_meta_float
float function(ddb_playlist_t* handle, in char* key, float def) nothrow @(nogc) plt_find_meta_float;
Undocumented in source.
- plt_find_meta_int
int function(ddb_playlist_t* handle, in char* key, int def) nothrow @(nogc) plt_find_meta_int;
Undocumented in source.
- plt_free
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_free;
Undocumented in source.
- plt_get_count
int function() nothrow @(nogc) plt_get_count;
Undocumented in source.
- plt_get_curr
ddb_playlist_t* function() nothrow @(nogc) plt_get_curr;
Undocumented in source.
- plt_get_curr_idx
int function() nothrow @(nogc) plt_get_curr_idx;
Undocumented in source.
- plt_get_cursor
int function(ddb_playlist_t* plt, int iter) nothrow @(nogc) plt_get_cursor;
Undocumented in source.
- plt_get_first
DB_playItem_t* function(ddb_playlist_t* plt, int iter) nothrow @(nogc) plt_get_first;
Undocumented in source.
- plt_get_for_idx
ddb_playlist_t* function(int idx) nothrow @(nogc) plt_get_for_idx;
Undocumented in source.
- plt_get_head
DB_playItem_t* function(int plt) nothrow @(nogc) plt_get_head;
Undocumented in source.
- plt_get_idx
int function(ddb_playlist_t* plt) nothrow @(nogc) plt_get_idx;
Undocumented in source.
- plt_get_item_count
int function(ddb_playlist_t* plt, int iter) nothrow @(nogc) plt_get_item_count;
Undocumented in source.
- plt_get_item_for_idx
DB_playItem_t* function(ddb_playlist_t* playlist, int idx, int iter) nothrow @(nogc) plt_get_item_for_idx;
Undocumented in source.
- plt_get_item_idx
int function(ddb_playlist_t* plt, DB_playItem_t* it, int iter) nothrow @(nogc) plt_get_item_idx;
Undocumented in source.
- plt_get_last
DB_playItem_t* function(ddb_playlist_t* plt, int iter) nothrow @(nogc) plt_get_last;
Undocumented in source.
- plt_get_meta
int function(ddb_playlist_t* handle, in char* key, char* val, int size) nothrow @(nogc) plt_get_meta;
Undocumented in source.
- plt_get_metadata_head
DB_metaInfo_t* function(ddb_playlist_t* handle) nothrow @(nogc) plt_get_metadata_head;
Undocumented in source.
- plt_get_modification_idx
int function(ddb_playlist_t* handle) nothrow @(nogc) plt_get_modification_idx;
Undocumented in source.
- plt_get_scroll
int function(ddb_playlist_t* plt) nothrow @(nogc) plt_get_scroll;
Undocumented in source.
- plt_get_sel_count
int function(int plt) nothrow @(nogc) plt_get_sel_count;
Undocumented in source.
- plt_get_title
int function(ddb_playlist_t* plt, char* buffer, int bufsize) nothrow @(nogc) plt_get_title;
Undocumented in source.
- plt_get_totaltime
float function(ddb_playlist_t* plt) nothrow @(nogc) plt_get_totaltime;
Undocumented in source.
- plt_getselcount
int function(ddb_playlist_t* playlist) nothrow @(nogc) plt_getselcount;
Undocumented in source.
- plt_insert_cue
DB_playItem_t* function(ddb_playlist_t* plt, DB_playItem_t* after, DB_playItem_t* origin, int numsamples, int samplerate) nothrow @(nogc) plt_insert_cue;
Undocumented in source.
- plt_insert_cue_from_buffer
DB_playItem_t* function(ddb_playlist_t* plt, DB_playItem_t* after, DB_playItem_t* origin, in ubyte* buffer, int buffersize, int numsamples, int samplerate) nothrow @(nogc) plt_insert_cue_from_buffer;
Undocumented in source.
- plt_insert_dir
DB_playItem_t* function(ddb_playlist_t* plt, DB_playItem_t* after, in char* dirname, int* pabort, int function(DB_playItem_t* it, void* data) cb, void* user_data) nothrow @(nogc) plt_insert_dir;
Undocumented in source.
- plt_insert_dir2
ddb_playItem_t* function(int visibility, ddb_playlist_t* plt, ddb_playItem_t* after, in char* dirname, int* pabort, int function(DB_playItem_t* it, void* user_data) callback, void* user_data) nothrow @(nogc) plt_insert_dir2;
Undocumented in source.
- plt_insert_file
DB_playItem_t* function(ddb_playlist_t* playlist, DB_playItem_t* after, in char* fname, int* pabort, int function(DB_playItem_t* it, void* data) cb, void* user_data) nothrow @(nogc) plt_insert_file;
Undocumented in source.
- plt_insert_file2
ddb_playItem_t* function(int visibility, ddb_playlist_t* playlist, ddb_playItem_t* after, in char* fname, int* pabort, int function(DB_playItem_t* it, void* user_data) callback, void* user_data) nothrow @(nogc) plt_insert_file2;
Undocumented in source.
- plt_insert_item
DB_playItem_t* function(ddb_playlist_t* playlist, DB_playItem_t* after, DB_playItem_t* it) nothrow @(nogc) plt_insert_item;
Undocumented in source.
- plt_is_fast_mode
int function(ddb_playlist_t* plt) nothrow @(nogc) plt_is_fast_mode;
Undocumented in source.
- plt_load
DB_playItem_t* function(ddb_playlist_t* plt, DB_playItem_t* after, in char* fname, int* pabort, int function(DB_playItem_t* it, void* data) cb, void* user_data) nothrow @(nogc) plt_load;
Undocumented in source.
- plt_load2
DB_playItem_t* function(int visibility, ddb_playlist_t* plt, ddb_playItem_t* after, in char* fname, int* pabort, int function(DB_playItem_t* it, void* user_data) callback, void* user_data) nothrow @(nogc) plt_load2;
Undocumented in source.
- plt_modified
void function(ddb_playlist_t* handle) nothrow @(nogc) plt_modified;
Undocumented in source.
- plt_move
void function(int from, int before) nothrow @(nogc) plt_move;
Undocumented in source.
- plt_move_items
void function(ddb_playlist_t* to, int iter, ddb_playlist_t* from, DB_playItem_t* drop_before, uint* indexes, int count) nothrow @(nogc) plt_move_items;
Undocumented in source.
- plt_ref
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_ref;
//// playlist management //////
- plt_remove
void function(int plt) nothrow @(nogc) plt_remove;
Undocumented in source.
- plt_remove_item
int function(ddb_playlist_t* playlist, DB_playItem_t* it) nothrow @(nogc) plt_remove_item;
Undocumented in source.
- plt_replace_meta
void function(ddb_playlist_t* handle, in char* key, in char* value) nothrow @(nogc) plt_replace_meta;
Undocumented in source.
- plt_save
int function(ddb_playlist_t* plt, DB_playItem_t* first, DB_playItem_t* last, in char* fname, int* pabort, int function(DB_playItem_t* it, void* data) cb, void* user_data) nothrow @(nogc) plt_save;
Undocumented in source.
- plt_save_config
int function(ddb_playlist_t* plt) nothrow @(nogc) plt_save_config;
Undocumented in source.
- plt_save_n
int function(int n) nothrow @(nogc) plt_save_n;
Undocumented in source.
- plt_search_process
void function(ddb_playlist_t* plt, in char* text) nothrow @(nogc) plt_search_process;
Undocumented in source.
- plt_search_reset
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_search_reset;
Undocumented in source.
- plt_select_all
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_select_all;
Undocumented in source.
- plt_set_curr
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_set_curr;
Undocumented in source.
- plt_set_curr_idx
void function(int plt) nothrow @(nogc) plt_set_curr_idx;
Undocumented in source.
- plt_set_cursor
void function(ddb_playlist_t* plt, int iter, int cursor) nothrow @(nogc) plt_set_cursor;
Undocumented in source.
- plt_set_fast_mode
void function(ddb_playlist_t* plt, int fast) nothrow @(nogc) plt_set_fast_mode;
Undocumented in source.
- plt_set_item_duration
void function(ddb_playlist_t* plt, DB_playItem_t* it, float duration) nothrow @(nogc) plt_set_item_duration;
Undocumented in source.
- plt_set_meta_float
void function(ddb_playlist_t* handle, in char* key, float value) nothrow @(nogc) plt_set_meta_float;
Undocumented in source.
- plt_set_meta_int
void function(ddb_playlist_t* handle, in char* key, int value) nothrow @(nogc) plt_set_meta_int;
Undocumented in source.
- plt_set_scroll
void function(ddb_playlist_t* plt, int scroll) nothrow @(nogc) plt_set_scroll;
Undocumented in source.
- plt_set_title
int function(ddb_playlist_t* plt, in char* title) nothrow @(nogc) plt_set_title;
Undocumented in source.
- plt_sort
void function(ddb_playlist_t* plt, int iter, int id, in char* format, int order) nothrow @(nogc) plt_sort;
Undocumented in source.
- plt_sort_v2
void function(ddb_playlist_t* plt, int iter, int id, in char* format, int order) nothrow @(nogc) plt_sort_v2;
Undocumented in source.
- plt_unref
void function(ddb_playlist_t* plt) nothrow @(nogc) plt_unref;
Undocumented in source.
- plug_get_decoder_id
char* function(in char* id) nothrow @(nogc) plug_get_decoder_id;
Undocumented in source.
- plug_get_decoder_list
DB_decoder_s** function() nothrow @(nogc) plug_get_decoder_list;
Undocumented in source.
- plug_get_dsp_list
DB_dsp_s** function() nothrow @(nogc) plug_get_dsp_list;
Undocumented in source.
- plug_get_for_id
DB_plugin_s* function(in char* id) nothrow @(nogc) plug_get_for_id;
Undocumented in source.
- plug_get_gui_names
char** function() nothrow @(nogc) plug_get_gui_names;
Undocumented in source.
- plug_get_list
DB_plugin_s** function() nothrow @(nogc) plug_get_list;
Undocumented in source.
- plug_get_output_list
DB_output_s** function() nothrow @(nogc) plug_get_output_list;
Undocumented in source.
- plug_get_playlist_list
DB_playlist_s** function() nothrow @(nogc) plug_get_playlist_list;
Undocumented in source.
- plug_get_vfs_list
DB_vfs_s** function() nothrow @(nogc) plug_get_vfs_list;
Undocumented in source.
- plug_remove_decoder_id
void function(in char* id) nothrow @(nogc) plug_remove_decoder_id;
Undocumented in source.
- quit
void function() quit;
Undocumented in source.
- rewind
void function(DB_FILE* stream) nothrow @(nogc) rewind;
Undocumented in source.
- sendmessage
int function(uint id, uintptr_t ctx, uint p1, uint p2) nothrow @(nogc) sendmessage;
Undocumented in source.
- streamer_dsp_chain_save
int function() nothrow @(nogc) streamer_dsp_chain_save;
Undocumented in source.
- streamer_dsp_refresh
void function() nothrow @(nogc) streamer_dsp_refresh;
Undocumented in source.
- streamer_get_apx_bitrate
int function() nothrow @(nogc) streamer_get_apx_bitrate;
Undocumented in source.
- streamer_get_current_fileinfo
DB_fileinfo_s* function() nothrow @(nogc) streamer_get_current_fileinfo;
Undocumented in source.
- streamer_get_current_playlist
int function() nothrow @(nogc) streamer_get_current_playlist;
Undocumented in source.
- streamer_get_dsp_chain
ddb_dsp_context_s* function() nothrow @(nogc) streamer_get_dsp_chain;
Undocumented in source.
- streamer_get_playing_track
DB_playItem_t* function() nothrow @(nogc) streamer_get_playing_track;
Undocumented in source.
- streamer_get_playpos
float function() nothrow @(nogc) streamer_get_playpos;
Undocumented in source.
- streamer_get_streaming_track
DB_playItem_t* function() nothrow @(nogc) streamer_get_streaming_track;
Undocumented in source.
- streamer_ok_to_read
int function(int len) nothrow @(nogc) streamer_ok_to_read;
Undocumented in source.
- streamer_read
int function(char* bytes, int size) nothrow @(nogc) streamer_read;
Undocumented in source.
- streamer_reset
void function(int full) nothrow @(nogc) streamer_reset;
Undocumented in source.
- streamer_set_bitrate
void function(int bitrate) nothrow @(nogc) streamer_set_bitrate;
Undocumented in source.
- streamer_set_dsp_chain
void function(ddb_dsp_context_s* chain) nothrow @(nogc) streamer_set_dsp_chain;
Undocumented in source.
- tf_compile
char* function(in char* script) nothrow @(nogc) tf_compile;
Undocumented in source.
- tf_eval
int function(ddb_tf_context_t* ctx, in char* code, char* output, int outlen) nothrow @(nogc) tf_eval;
Undocumented in source.
- tf_free
void function(char* code) nothrow @(nogc) tf_free;
Undocumented in source.
- tf_import_legacy
void function(in char* fmt, char* output, int outsize) nothrow @(nogc) tf_import_legacy;
Undocumented in source.
- thread_detach
int function(intptr_t tid) nothrow @(nogc) thread_detach;
Undocumented in source.
- thread_exit
void function(void* retval) nothrow @(nogc) thread_exit;
Undocumented in source.
- thread_join
int function(intptr_t tid) nothrow @(nogc) thread_join;
Undocumented in source.
- thread_start
intptr_t function(void function(void* ctx) fn, void* ctx) nothrow @(nogc) thread_start;
Undocumented in source.
- thread_start_low_priority
intptr_t function(void function(void* ctx) fn, void* ctx) nothrow @(nogc) thread_start_low_priority;
Undocumented in source.
- unlisten_file_add_beginend
void function(int id) nothrow @(nogc) unlisten_file_add_beginend;
Undocumented in source.
- unlisten_file_added
void function(int id) nothrow @(nogc) unlisten_file_added;
Undocumented in source.
- vis_spectrum_listen
void function(void* ctx, void function(void* ctx, ddb_audio_data_t* data) callback) nothrow @(nogc) vis_spectrum_listen;
Undocumented in source.
- vis_spectrum_unlisten
void function(void* ctx) nothrow @(nogc) vis_spectrum_unlisten;
Undocumented in source.
- vis_waveform_listen
void function(void* ctx, void function(void* ctx, ddb_audio_data_t* data) callback) nothrow @(nogc) vis_waveform_listen;
Undocumented in source.
- vis_waveform_unlisten
void function(void* ctx) nothrow @(nogc) vis_waveform_unlisten;
Undocumented in source.
- vmajor
int vmajor;
Undocumented in source.
- vminor
int vminor;
Undocumented in source.
- volume_get_amp
float function() nothrow @(nogc) volume_get_amp;
Undocumented in source.
- volume_get_db
float function() nothrow @(nogc) volume_get_db;
Undocumented in source.
- volume_get_min_db
float function() nothrow @(nogc) volume_get_min_db;
Undocumented in source.
- volume_set_amp
void function(float amp) nothrow @(nogc) volume_set_amp;
Undocumented in source.
- volume_set_db
void function(float dB) nothrow @(nogc) volume_set_db;
Undocumented in source.