StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_SetFastReadTOC Function
C++
__stdcall STARBURN_IMPEX_API VOID StarBurn_SetFastReadTOC(IN BOOLEAN p__BOOLEAN__NewFastReadTOC);

Nothing.

This function sets so-called "fast read TOC" (TOC information is not 100% accurate - to get EXACT track length StarBurn trys to read beginning and end of the track to find subchannel index switch indicating EXACT track beginning or EXACT track end) mode to enabled (TRUE) or disabled (FALSE).

It's a good idea to keep everything AS IS, however if StarBurn takes a lot of time to analyze the disc (it can happen when drive hardware error correction cannot be disabled and reading pregap and postgap of the track is DOG SLOW) "fast read TOC" could be switched ON.

Please see GrabTrack sample no how to use StarBurn_SetFastReadTOC(...) API call.