Hi,
Im using DirectX.AudioVideoPlayback.dll in my C# project to play both audio and video. But some problems are facing.
1. Video.Dispose() or Audio.Dispose() methods are not working correctly. Even I disposed the video object used it is not freeing all resources used. I tried to delete the file that is used by the video object to play video after disposing it. But windows shows that 'File is already in use'. It only freeing resource after closing the application. This is a major Issue.
2. Video.Ending event is not firing always.
Any help will be appreciated. Thanks in advance
Sibin Sunny
Loading
a bPosted Oct 13, 2009, 4:01 PM
a bPosted Oct 13, 2009, 3:30 PM
The 1st is weird, but it may be caused by the 2nd...
I hope this helps.
Bechir BejaouiPosted Feb 14, 2009, 5:02 AM
Sibin SunnyPosted Feb 14, 2009, 12:29 AM
Hi,
That is not the case. No other application is using that resource. If that is the case why video ending event not fires. Certainly this is the problem with Microsoft.DirectX.AudioVideoPlayBack. I have no problem facing while using directShow
Thanks
Bechir BejaouiPosted Feb 13, 2009, 5:36 PM