MSVidWebDVD.TotalTitleTime Property
Note This topic applies to Windows XP Service Pack 1 or later.
The TotalTitleTime property retrieves the total playback time for the current title.
VidWebDVD.TotalTitleTime As String
This property takes no parameters.
Returns the total playing time of the current title as a String in the format "hh:mm:ss:ff".
If the property fails, Err.Number may be set to one of the following values.
Value | Description |
---|---|
E_UNEXPECTED | Unspecified error; possibly the graph has not been built. |
VFW_E_DVD_INVALIDDOMAIN | The DVD Navigator filter is not in the title domain. |
VFW_S_DVD_NON_ONE_SEQUENTIAL | The title is not a one sequential video title. |
This property is read-only. The returned string is 11 characters long in the format "hh:mm:ss:ff" (hours, minutes, seconds, frames).
' Returning the property.
strTitleTime = VidWebDVD.TotalTitleTime
Type Library | Use MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library. |
DLL | Requires Quartz.dll. |
MSVidWebDVD Object
MSVidWebDVD.PlayAtTime
MSVidWebDVD.PlayAtTimeInTitle
Send comments about this topic to Microsoft
Build date: 12/4/2008