1 #ifndef _INPUT_HELPERS_H_ 2 #define _INPUT_HELPERS_H_ 28 bool open_path(file::ptr p_filehint,
const char * path,
abort_callback & p_abort,
bool p_from_redirect,
bool p_skip_hints);
71 virtual void on_progress(
t_size p_position,
t_size p_total) = 0;
Interface to container of a chunk of audio data. See audio_chunk_impl for an implementation.
Main interface class for information about some playable object.
Bit array interface class, variable version (you can both set and retrieve values). As with the constant version, valid index range depends on the context.
t_uint64 t_filesize
Type used for file size related variables.
Generic interface for a memory block; used by various other interfaces to return memory blocks while ...