PlayAtTimeInTitle Method

 
Microsoft DirectShow 9.0

PlayAtTimeInTitle Method

This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.

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