26 const t_uint32 subsongcount = p_reader->get_subsong_count();
27 t_filestats stats = p_reader->get_file_stats(p_abort);
28 for(
t_uint32 subsong = 0; subsong < subsongcount; subsong++) {
29 t_uint32 subsong_id = p_reader->get_subsong(subsong);
32 if (handle->should_reload(stats,
true)) {
34 p_reader->get_info(subsong_id,temp,p_abort);
36 add(handle,temp,stats,
true);
Main interface class for information about some playable object.
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...