|
| input_wrapper_singletrack_t () |
|
bool | decode_can_seek () |
|
bool | decode_get_dynamic_info (file_info &p_out, double &p_timestamp_delta) |
|
bool | decode_get_dynamic_info_track (file_info &p_out, double &p_timestamp_delta) |
|
void | decode_initialize (t_uint32 p_subsong, unsigned p_flags, abort_callback &p_abort) |
|
void | decode_on_idle (abort_callback &p_abort) |
|
bool | decode_run (audio_chunk &p_chunk, abort_callback &p_abort) |
|
bool | decode_run_raw (audio_chunk &p_chunk, mem_block_container &p_raw, abort_callback &p_abort) |
|
void | decode_seek (double p_seconds, abort_callback &p_abort) |
|
bool | flush_on_pause () |
|
t_filestats | get_file_stats (abort_callback &p_abort) |
|
void | get_info (t_uint32 p_subsong, file_info &p_info, abort_callback &p_abort) |
|
t_uint32 | get_subsong (t_uint32 p_index) |
|
t_uint32 | get_subsong_count () |
|
void | open (service_ptr_t< file > p_filehint, const char *p_path, t_input_open_reason p_reason, abort_callback &p_abort) |
|
void | remove_tags (abort_callback &p_abort) |
|
void | retag_commit (abort_callback &p_abort) |
|
void | retag_set_info (t_uint32 p_subsong, const file_info &p_info, abort_callback &p_abort) |
|
void | set_logger (event_logger::ptr ptr) |
|
void | set_pause (bool paused) |
|
template<typename I>
class input_wrapper_singletrack_t< I >
Helper used by input_singletrack_factory_t, do not use directly. Translates input_impl calls to input_singletrack_impl calls.
Definition at line 219 of file input_impl.h.