da_mpg123_rates

An array of supported standard sample rates * These are possible native sample rates of MPEG audio files. * You can still force mpg123 to resample to a different one, but by default you will only get audio in one of these samplings. * \param list Store a pointer to the sample rates array there. * \param number Store the number of sample rates there.

alias da_mpg123_rates = void function(
const long** list
,
size_t* number
)

Meta