object.CurrentChapter As Long |
Remarks
(Read only) This property is updated automatically with the current chapter The name for each individual video file on a DVD. For example, under the title "Water Skiing", you might have the chapters "My first try," "My first wreck," and "My first jump." number.
Call the ltmmDVDControl.GetNumberOfChapters Method to retrieve the number of available chapters within a 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..
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.
Win32, x64
See Also