TVideoGrabber.OpenDVD

Prev

Next

TVideoGrabber

Methods

 




































































































Opens a DVD in playback mode


Declaration
function OpenDVD: LongBool;


BOOL __fastcall OpenDVD(void)


Function OpenDVD as Boolean

Description

Used to opens a DVD in playback mode

If DVDTitle = 0, the DVD menu appears when opening the DVD playback.

To start directly the playback of a DVD title, set DVDTitle with the number of the title.

E.g.:


VideoGrabber.PlayerFileName = "D:
VideoGrabber.DVDTitle = 0
VideoGrabber.OpenDVD ()

will open the DVD menu.


VideoGrabber.PlayerFileName = "E:
VideoGrabber.DVDTitle = 1
VideoGrabber.OpenDVD ()

will start playing directly the 1st title.


See Also
DVDInfo DVDTitle PlayerFileName