PlayChapterInTitle Method
Microsoft DirectShow 9.0 |
PlayChapterInTitle 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 PlayChapterInTitle method plays the specified chapter in the specified title.
Syntax
MSWebDVD .PlayChapterInTitle( iTitle, iChapter);
Parameters
iTitle
Specifies the title as an Integer value.
iChapter
Specifies the chapter as an Integer value.
Return Values
No return value.
Remarks
This method starts playback at the specified chapter and then continues playing indefinitely. If you want to play only a particular chapter, use PlayChaptersAutoStop.