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

Is DVD+R DL compatible mode enabled (TRUE) or disabled (FALSE).

This function returns is DVD+R DL (Dual Layer) so-called "compatible mode" (when layer would be switched exactly at 1/2 of the data payload recorded on the disc - required for DVD-Video compilations to work properly) enabled (TRUE) or disabled (FALSE).

"Compatible mode" should be always enabled for DVD-Video compilations (or resulting disc would not be playable on standalone DVD players) and should be always disabled for generic data discs (or quite a lot of disc capacity would be simply wasted).

There are no examples for StarBurn_GetDVDPLUSRDLCompatibleMode(...) API call.