1 #define __file_info_const_impl_have_hintmap__ 60 #ifdef __file_info_const_impl_have_hintmap__ 63 #endif//__file_info_const_impl_have_hintmap__ 72 #ifdef __file_info_const_impl_have_hintmap__ t_size info_get_count() const
Retrieves number of technical info entries.
const file_info_const_impl & operator=(const file_info_const_impl &p_source)
void meta_remove_values(t_size p_index, const bit_array &p_mask)
Removes values according to specified bit mask from specified metadata entry. If all values are remov...
t_size info_set_nocheck_ex(const char *p_name, t_size p_name_length, const char *p_value, t_size p_value_length)
void meta_reorder(const t_size *p_order)
Reorders metadata entries according to specified permutation.
const file_info_const_impl & operator=(const file_info &p_source)
double get_length() const
Retrieves audio duration, in seconds. Note that the reported duration should not be assumed to be th...
const char * info_enum_value(t_size p_index) const
Retrieves the value of specified technical info entry. Return value is a null-terminated UTF-8 encode...
t_size meta_get_count() const
Retrieves count of metadata entries.
const info_entry * m_info
const t_index * m_hintmap
Bit array interface class, constant version (you can only retrieve values). Range of valid indexes d...
void meta_remove_mask(const bit_array &p_mask)
Removes metadata entries according to specified bit mask.
void info_remove_mask(const bit_array &p_mask)
Removes technical info entries indicated by specified bit mask.
replaygain_info get_replaygain() const
Retrieves ReplayGain information.
pfc::array_t< char > m_buffer
Structure containing ReplayGain scan results from some playable object, also providing various helper...
const meta_entry * m_meta
void meta_insert_value_ex(t_size p_index, t_size p_value_index, const char *p_value, t_size p_value_length)
Inserts a new value into specified metadata entry.
replaygain_info m_replaygain
const char * info_enum_name(t_size p_index) const
Retrieves the name of specified technical info entry. Return value is a null-terminated UTF-8 encoded...
Main interface class for information about some playable object.
void set_replaygain(const replaygain_info &p_info)
Sets ReplayGain information.
t_size meta_enum_value_count(t_size p_index) const
Retrieves count of values in metadata entry of specified index. The value is always equal to or great...
const char * meta_enum_value(t_size p_index, t_size p_value_number) const
Retrieves specified value from specified metadata entry. Return value is a null-terminated UTF-8 enco...
t_size info_set_ex(const char *p_name, t_size p_name_length, const char *p_value, t_size p_value_length)
Creates a new technical info entry with specified name and specified value. If an entry of the same n...
t_size meta_set_ex(const char *p_name, t_size p_name_length, const char *p_value, t_size p_value_length)
Creates a new metadata entry of specified name with specified value. If an entry of same name already...
void copy(const file_info &p_source)
Copies entire file_info contents from specified file_info object.
const char *const * m_valuemap
t_size meta_find_ex(const char *p_name, t_size p_name_length) const
Finds index of metadata entry of specified name. Returns infinite when not found. ...
Special implementation of file_info that implements only const and copy methods. The difference betwe...
file_info_const_impl(const file_info_const_impl &p_source)
void meta_modify_value_ex(t_size p_index, t_size p_value_index, const char *p_value, t_size p_value_length)
Alters specified value in specified metadata entry.
file_info_const_impl(const file_info &p_source)
const char * meta_enum_name(t_size p_index) const
Retrieves the name of metadata entry of specified index. Return value is a null-terminated UTF-8 enco...
t_size meta_set_nocheck_ex(const char *p_name, t_size p_name_length, const char *p_value, t_size p_value_length)
PFC_NORETURN void SHARED_EXPORT uBugCheck()
void set_length(double p_length)
Sets audio duration, in seconds. Note that the reported duration should not be assumed to be the exa...