PlayPeriodInTitleAutoStop Method

 
Microsoft DirectShow 9.0

PlayPeriodInTitleAutoStop 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 PlayPeriodInTitleAutoStop method starts playback at the specified time in the specified title until the specified stop time.

Syntax

  MSWebDVD
  .PlayPeriodInTitleAutoStop(
  iTitle
  , sStartTime, sEndTime);

Parameters

iTitle

Specifies the title as an Integer.

sStartTime

Specifies the start time as a string in "hh:mm:ss:ff" format (specifying hours, minutes, seconds, frames).

sEndTime

Specifies the end time as a String in "hh:mm:ss:ff" format.

Return Values

No return value.

See Also