Microsoft DirectX 9.0

PlayPeriodInTitleAutoStop Method

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