Player6.ChapterPlayAutoStop (deprecated)

Windows Media Player SDK banner art

This page documents a feature of the Windows Media Player 6.4 ActiveX control. We recommend that you migrate your content to use the Windows Media Player 9 Series ActiveX control. For more information about the Windows Media Player 9 Series ActiveX control, see the Windows Media Player 9 Series SDK.

This method instructs the digital video disc (DVD) player to start playing at the specified chapter within the specified title and to play the number of chapters specified.

Syntax

MediaPlayer.DVD.ChapterPlayAutoStop(uTitle, uChapter, uChaptersToPlay)

Parameters

*  uTitle*

ULONG value between 1 and 99 indicating the title number that the Windows Media Player control will play.

*  uChapter*

ULONG value between 1 and 999 indicating the chapter within the specified title where the Windows Media Player control will start playback.

*  uChaptersToPlay*

ULONG value indicating the number of chapters to play, beginning with the start chapter.

Return Value

This method does not return a value.

Requirements

Version: Windows Media Player version 6.4.

Library: Use msdxm.ocx.

Platform: Windows 98 Second Edition or higher.

See Also