Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This topic applies to Windows XP Service Pack 1 or later.
The DVDTimeCode2bstr method retrieves a string indicating the current time on the disc.
VidWebDVD.DVDTimeCode2bstr(
timeCode As Long
) As String
Parameters
- timeCode
Specifies the current time on the disc relative to the start of the title as a Long obtained through the EC_DVD_CURRENT_HMSF_TIME event.
Return Value
This method returns an 11-character String in the format "hh:mm:ss:ff" representing the hours, minutes, seconds and frames that define the current time.
Remarks
This method is read-only.
Examples
strDiscTime = VidWebDVD.DVDTimeCode2bstr(timeCode)
Requirements
Type Library |
MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library |
DLL |
Quartz.dll |
See Also
Handling DVD Event Notifications
Send comments about this topic to Microsoft
Build date: 7/6/2010