object.CurrentTitle As Long |
Remarks
(Read only) This property is updated automatically with the current title The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files..
The ltmmDVDControl.TitlesAvailable Property contains the total number of titles available.
Call the ltmmDVDControl.PlayTitle Method to select and play a specific title on the DVD
Other "current" information can be found in the following properties:
ltmmDVDControl.CurrentChapter Property
ltmmDVDControl.CurrentDiscSide Property
ltmmDVDControl.CurrentTime Property
ltmmDVDControl.CurrentVolume Property
ltmmDVDControl.CurrentButton Property
ltmmDVDControl.CurrentAngle Property
ltmmDVDControl.CurrentUOPS Property
ltmmDVDControl.CurrentAudioStream Property
ltmmDVDControl.CurrentSubpictureStream Property
ltmmDVDControl.CurrentDomain Property
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetCurrentLocation.
Win32, x64
See Also