Classes | |
| struct | cue_entry |
| struct | track_record |
| class | embeddedcue_metadata_manager |
| class | _decoder_wrapper |
| class | _decoder_wrapper_simple |
| class | _decoder_wrapper_cue |
| class | input_wrapper_cue_t |
| class | chapterizer_impl_t |
Typedefs | |
| typedef pfc::chain_list_v2_t < cue_entry > | t_cue_entry_list |
| typedef pfc::map_t< unsigned, track_record > | track_record_list |
Functions | |
| PFC_DECLARE_EXCEPTION (exception_bad_cuesheet, exception_io_data,"Invalid cuesheet") | |
| void | parse (const char *p_cuesheet, t_cue_entry_list &p_out) |
| Throws exception_bad_cuesheet on failure. | |
| void | parse_info (const char *p_cuesheet, file_info &p_info, unsigned p_index) |
| Throws exception_bad_cuesheet on failure. | |
| void | parse_full (const char *p_cuesheet, cue_creator::t_entry_list &p_out) |
| Throws exception_bad_cuesheet on failure. | |
| typedef pfc::map_t<unsigned,track_record> cue_parser::track_record_list |
| void cue_parser::parse | ( | const char * | p_cuesheet, | |
| t_cue_entry_list & | p_out | |||
| ) |
Throws exception_bad_cuesheet on failure.
| void cue_parser::parse_full | ( | const char * | p_cuesheet, | |
| cue_creator::t_entry_list & | p_out | |||
| ) |
Throws exception_bad_cuesheet on failure.
| void cue_parser::parse_info | ( | const char * | p_cuesheet, | |
| file_info & | p_info, | |||
| unsigned | p_index | |||
| ) |
Throws exception_bad_cuesheet on failure.
| cue_parser::PFC_DECLARE_EXCEPTION | ( | exception_bad_cuesheet | , | |
| exception_io_data | , | |||
| "Invalid cuesheet" | ||||
| ) |
1.5.5