foobar2000 SDK
2015-08-03
|
#include <cue_parser.h>
Public Member Functions | |
void | get_chapters (const char *p_path, chapter_list &p_list, abort_callback &p_abort) |
bool | is_our_path (const char *p_path) |
void | set_chapters (const char *p_path, chapter_list const &p_list, abort_callback &p_abort) |
bool | supports_pregaps () |
Public Member Functions inherited from service_base | |
template<typename outPtr_t > | |
bool | cast (outPtr_t &outPtr) |
virtual int | service_add_ref ()=0 throw () |
virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
template<class T > | |
bool | service_query_t (service_ptr_t< T > &p_out) |
virtual int | service_release ()=0 throw () |
Additional Inherited Members | |
Public Types inherited from service_base | |
typedef service_base | t_interface |
Static Public Member Functions inherited from chapterizer | |
static bool | g_find (service_ptr_t< chapterizer > &p_out, const char *p_path) |
static bool | g_is_pregap_capable (const char *p_path) |
Protected Member Functions inherited from service_base | |
service_base () | |
~service_base () | |
Definition at line 331 of file cue_parser.h.
|
inlinevirtual |
Retrieves chapter list from specified file.
p_path | Path of file to examine. |
p_list | Object receiving chapter list. |
p_abort | abort_callback object signaling user aborting the operation. |
Implements chapterizer.
Definition at line 380 of file cue_parser.h.
|
inlinevirtual |
Tests whether specified path is supported by this implementation.
p_ext | Extension of the file being processed. |
Implements chapterizer.
Definition at line 334 of file cue_parser.h.
|
inlinevirtual |
Writes new chapter list to specified file.
p_path | Path of file to modify. |
p_list | New chapter list to write. |
p_abort | abort_callback object signaling user aborting the operation. |
Implements chapterizer.
Definition at line 338 of file cue_parser.h.
|
inlinevirtual |