ltmmDVDControl.CurrentChapter Property
object.CurrentChapter As Long |
Remarks
(Read only) This property is updated automatically with the current chapter number.
Call the ltmmDVDControl.GetNumberOfChapters Method to retrieve the number of available chapters within a title.
Call the ltmmDVDControl.PlayChapter Method to select and play a specific chapter within a title.
Other "current" information can be found in the following properties:
ltmmDVDControl.CurrentTitle 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