da_mpg123_open

Open and prepare to decode the specified file by filesystem path. This does not open HTTP urls; libmpg123 contains no networking code. If you want to decode internet streams, use mpg123_open_fd() or mpg123_open_feed(). \param mh handle \param path filesystem path \return MPG123_OK on success

alias da_mpg123_open = int function(
,
const char* path
)

Meta