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. _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel