da_mpg123_init

Function to initialise the mpg123 library. * This function is not thread-safe. Call it exactly once per process, before any other (possibly threaded) work with the library.

* \return MPG123_OK if successful, otherwise an error number.

alias da_mpg123_init = int function(
)

Meta