ltmmDVDControl.CurrentTitle Property
object.CurrentTitle As Long |
Remarks
(Read only) This property is updated automatically with the current title.
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 at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getcurrentlocation.asp.
See Also