Rocket Division Software
http://www.starburnsoftware.com/forum/

Get callback from event from Grabber
http://www.starburnsoftware.com/forum/starburn-sdk-f3/get-callback-from-event-from-grabber-t1718.html
Page 1 of 1

Author:  deepakp [ Thu Dec 18, 2008 10:27 am ]
Post subject:  Get callback from event from Grabber

Hello Support,

I am using Grabber class.
So there is one property for Grabber class called IgnoreBadBlocks. So using this can we get any information regarding the track information about the track which was bad.
Like other applications are showing detailed information about track having bad blocks.

Thank you in advance.

Author:  dima (staff) [ Thu Dec 18, 2008 6:04 pm ]
Post subject: 

Hello,

Ok, we will provide the new event to indicate:

- which track has bad blocks;
- which block(s) (LBA) are bad;


Thanx!

Dmitry

Author:  deepakp [ Sat Jul 04, 2009 1:48 pm ]
Post subject:  Re: Get callback from event from Grabber

Getting this event. Now can show bad block number. That's great!!!
Thank you, Sir. :)

Author:  dima (staff) [ Mon Jul 06, 2009 6:14 am ]
Post subject:  Re: Get callback from event from Grabber

Hello,

The OnBadBlockHit event has the next signature:

Code:
void OnBadBlockHit([in] LONG StartLBA, [in] LONG CountLBA );


StartLBA - bad block address;
CountLBA - count of bad blocks;

Regards,

Dmitry

Author:  deepakp [ Thu Jan 28, 2010 12:27 pm ]
Post subject:  Re: Get callback from event from Grabber

Hello Dima Sir,

1) What is CountLBA?
2) As per the explanation "count of bad blocks". But is it giving total bad block count?
3) I am asking this because every time it is giving CountLBA = 1 for a bad sector.
4) But if it is giving total count of continuous bad blocks then for continuous bad blocks also it is giving CountLBA = 1.
5) How to use it? :)

Thank you.

Author:  dima (staff) [ Thu Jan 28, 2010 4:00 pm ]
Post subject:  Re: Get callback from event from Grabber

Hello,

For DVD discs this value always 1. We grab data using bunch of 30 logical blocks. We read each of logical block inside of this bunch and raise event for each of found bad logical blocks.

Regards,

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/