|
bool | can_seek () |
|
void | commit (abort_callback &p_abort) |
|
bool | flush_on_pause () |
|
bool | get_dynamic_info (file_info &p_out, double &p_timestamp_delta) |
|
bool | get_dynamic_info_track (file_info &p_out, double &p_timestamp_delta) |
|
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 | initialize (t_uint32 p_subsong, unsigned p_flags, abort_callback &p_abort) |
|
void | on_idle (abort_callback &p_abort) |
|
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) |
|
bool | run (audio_chunk &p_chunk, abort_callback &p_abort) |
|
bool | run_raw (audio_chunk &p_chunk, mem_block_container &p_raw, abort_callback &p_abort) |
|
void | seek (double p_seconds, abort_callback &p_abort) |
|
void | 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, typename t_base>
class input_impl_interface_wrapper_t< I, t_base >
Used internally by standard input_entry implementation; do not use directly. Translates input_decoder / input_info_reader / input_info_writer calls to input_impl calls.
Definition at line 128 of file input_impl.h.