preparser: add playlist_preparser_Cancel
Add a void * to playlist_preparser_Push arguments. This void * can be used as a unique id to identity the caller of the request. playlist_preparser_Cancel() will cancel all requets done with this id.
Please register or sign in to comment