SB_CdvdBurnerGrabber_GetSpeeds reports my 215.79 Mbit/s (6x Max) Read (2x Max) Write as 21579 Read 7056 Write (for a DL ROM-4.8Max) which appears to be out by a factor of 10.
Dividing by the speed factor in starburn.pas of 4495 the x values are correct ie 4.8Read - on a 2x BD-RE GetSpeed returns 8992
the
Starburn.pas wrote:
BLURAY_SPEED_IN_KBPS_1X = 4495; // Actually 4495.5
also appears to conflict with
http://www.blu-ray.com/faq/ wrote:
According to the Blu-ray Disc specification, 1x speed is defined as 36Mbps.
So to display Mb/s do I need to use GetSpeed then divide by BLURAY_SPEED_IN_KBPS_1X and multiply by 36
Any comments
Linden