foobar2000 SDK
2015-08-03
|
#include <dsp.h>
Public Member Functions | |
t_size | get_count () const |
audio_chunk * | get_item (t_size n) const |
audio_chunk * | insert_item (t_size idx, t_size hint_size=0) |
void | remove_by_idx (t_size idx) |
void | remove_mask (const bit_array &mask) |
Public Member Functions inherited from dsp_chunk_list | |
void | add_chunk (const audio_chunk *chunk) |
audio_chunk * | add_item (t_size hint_size=0) |
double | get_duration () |
void | remove_all () |
void | remove_bad_chunks () |
Private Attributes | |
pfc::list_t< pfc::rcptr_t< audio_chunk > > | m_data |
pfc::list_t< pfc::rcptr_t< audio_chunk > > | m_recycled |
Additional Inherited Members | |
Protected Member Functions inherited from dsp_chunk_list | |
dsp_chunk_list () | |
~dsp_chunk_list () | |
|
virtual |
|
virtual |
|
virtual |
Implements dsp_chunk_list.
Definition at line 23 of file dsp.cpp.
|
virtual |
Implements dsp_chunk_list.
Definition at line 8 of file dsp.cpp.
|
virtual |
Implements dsp_chunk_list.
Definition at line 14 of file dsp.cpp.
|
private |
|
private |