ltmmDVDControl.CurrentTime Property
object.CurrentTime As Long |
Remarks
(Read only) This property is updated automatically with the current playback time. The value this property is updated with is an ltmmDVD_HMSF_TIMECODE structure. A value of –1 indicates that the movie is non-linear, meaning that it does not have seekable timecodes. Refer to the MSDN link below for more information.
Other "current" information can be found in the following properties:
ltmmDVDControl.CurrentTitle Property
ltmmDVDControl.CurrentChapter Property
ltmmDVDControl.CurrentDiscSide 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