PlayChaptersAutoStop Method

 
Microsoft DirectShow 9.0

PlayChaptersAutoStop 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 PlayChaptersAutoStop method starts playback at the specified chapter in the specified title and for the number of chapters specified.

Syntax

  MSWebDVD
  .PlayChaptersAutoStop(
  iTitle, iChapter, iChapterCount);

Parameters

iTitle

Specifies the title as an Integer value.

iChapter

Specifies the start chapter as an Integer value.

iChapterCount

Specifies the number of chapters to play as an Integer value.

Return Values

No return value.

Remarks

When the last chapter has played, this method causes an EC_DVD_CHAPTER_AUTOSTOP event notification to be sent to the application.