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

Is DVD padding mode enabled (TRUE) or disabled (FALSE).

This function returns is DVD padding mode (when at least 1GB of the data would be recorded to DVD media - required for DVD-Video compilations to work properly on standalone DVD players) enabled (TRUE) or disabled (FALSE).

"Padding 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_GetDVDPadding(...) API call.