TVideoGrabber.DVDTitle

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the DVD title to play


Declaration
property DVDTitle: LongInt read GetDVDTitle write SetDVDTitle default DEF_DVDTitle;


__property int DVDTitle==GetDVDTitle, write=SetDVDTitle, default=0;


Property DVDTitle as Long

Description

Used to specify a DVD title to play, starting from 1.

If DVDTitle = 0 (default) the DVD menu is shown when invoking OpenPlayer.

E.g.:

VideoGrabber.PlayerFileName = "E:
VideoGrabber.DVDTitle = 0
VideoGrabber.OpenPlayer()

If DVDTitle > 0 the corresponding DVD title is played immediately.

E.g.:

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


See Also
DVDInfo OpenDVD PlayerFileName