Microsoft DirectX 9.0 |
The PlayAtTimeInTitle method starts playback at the specified time within the specified title.
Syntax
MSWebDVD.PlayAtTimeInTitle(sTime, iTitle);
Parameters
sTime
Specifies the time at which to start playback as a string. The string must be in the format "hh:mm:ss:ff" (specifying hours, minutes, seconds, frames).
iTitle
Specifies the index of the title as an Integer.
Return Values
No return value.
See Also