|
| input_wrapper_cue_t () |
|
| ~input_wrapper_cue_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) |
|
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 | 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) |
|
template<typename t_base>
class cue_parser::input_wrapper_cue_t< t_base >
Definition at line 196 of file cue_parser.h.