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

Is "fast read TOC" mode enabled (TRUE) or disabled (FALSE).

This function returns is 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 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_GetFastReadTOC(...) API call.