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
Parameters
This property takes no parameters.
Return Value
Returns the total playing time of the current title as a String in the format "hh:mm:ss:ff".
Error Codes
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. |
Remarks
This property is read-only. The returned string is 11 characters long in the format "hh:mm:ss:ff" (hours, minutes, seconds, frames).
Examples
' Returning the property.
strTitleTime = VidWebDVD.TotalTitleTime
Requirements
Type Library | Use MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library. |
DLL | Requires Quartz.dll. |
See Also
MSVidWebDVD Object
MSVidWebDVD.PlayAtTime
MSVidWebDVD.PlayAtTimeInTitle
Send comments about this topic to Microsoft
Build date: 12/4/2008