Home | Info | Community | Development | myReactOS | Contact Us
Create a handle with optional choice of decoder (named by a string, see mpg123_decoders() or mpg123_supported_decoders()). and optional retrieval of an error code to feed to mpg123_plain_strerror(). Optional means: Any of or both the parameters may be NULL.
Definition at line 102 of file libmpg123.c.
{ return mpg123_parnew(NULL, decoder, error); }