da_mpg123_encodings

An array of supported audio encodings. * An audio encoding is one of the fully qualified members of mpg123_enc_enum (MPG123_ENC_SIGNED_16, not MPG123_SIGNED). * \param list Store a pointer to the encodings array there. * \param number Store the number of encodings there.

alias da_mpg123_encodings = void function(
const int** list
,
size_t* number
)

Meta