Sharky,
I only see the following four functions in latest c++ bass plugin bass_dshow.dll.
BASS_DSHOW_GETLENGHT
BASS_DSHOW_INIT
BASS_DSHOW_RenderFile
BASS_DSHOW_SETPOSITION
I did not understand how to integrate or use bass_dshow as a plugin with the bass library. Right now bass_dshow looks like an independent component without any dependency on the bass library and we cannot use any of the nice features of bass library. Correct me if I am wrong.
Instead of providing the source file to bass_dshow_renderfile, is it possible to add api's like BASS_DSHOW_StreamCreateFile, BASS_DSHOW_StreamCreateFileUser, Bass_DSHOW_PLAY and few other functions available in bass library to the bass_dshow c++ plugin..
Thanks a lot for all the effort you have been putting into this plugin.