PlayAtTime Method

 
Microsoft DirectShow 9.0

PlayAtTime 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 PlayAtTime method starts playback in the current title at the specified time.

Syntax

  MSWebDVD
  .PlayAtTime(
  sTime
  );

Parameters

sTime

Specifies the time at which to start playing as a string. The string must be in the format "hh:mm:ss:ff" (specifying hours, minutes, seconds, frames).

Return Values

No return value.

See Also