[Live-devel] new API and callbacks
Sébastien Escudier
sebastien-devel at celeos.eu
Tue Sep 21 07:50:38 PDT 2010
Hi,
I am trying to adapt vlc to the live555 asynchronous API, and I have a
question.
Callbacks functions declaration is :
typedef void (responseHandler)(RTSPClient* rtspClient, int resultCode,
char* resultString);
But how can I access my application data in this callback.
Why the callback paramater does not have a void* user data parameter,
like in (afterGettingFunc) for example ?
Regards,
Sebastien.
More information about the live-devel
mailing list