dima (staff) wrote:
Hello,
1) We have added new property to Grabber class - NumberOfReadRetries.
2) We will try to make new StarBurnX build tomorrow!!
3) The OnProgress ( 0, .. ) event is raised when grab of new track started!
Regards,
Dmitry
Hello Dima,
Sorry Sir. I was a bit busy with some other work. So it took a long time to reply.
1] I am using StarBurnX and developing my application in VB.NET.
2] As I discussed with you in this topic that while reading/grabbing a Video CD, I want to show to the user information as "Reading Track 1 of 6"
3] Hence I asked you about a separate progress callback when currently grabbing track is changed.
4] For this, you replied me with the contents as "The OnProgress ( 0, .. ) event is raised when grab of new track started! "
5] It is working for one of the VCD I am using with 2 tracks but it is failing for others.
6] I am using a VCD with 6 tracks as
Track 1: Duration-00:36
Track 2: Duration-00:18
Track 3: Duration-00:08
Track 4: Duration-00:12
Track 5: Duration-56:29
Track 6: Duration-00:13
7] I am getting the progress event only 3 times for this VCD as in figure. Instead as per the changes done by you I should get 6 different events.
8] Is problem clear to you? Will you please kindly look into the problem?