Share via


IDvdControl::ChapterSearch

 
Microsoft DirectShow 9.0

IDvdControl::ChapterSearch

  • Note   The IDvdControl interface is deprecated. Use IDvdControl2 instread.

Halts playback of the current chapter and starts playback from the specified chapter within the same title.

Syntax

  HRESULT ChapterSearch(
    ULONG Chapter
);

Parameters

Chapter

Chapter value that specifies the point where playback will begin.

Return Value

Returns an HRESULT value.

Remarks

This method returns an error unless the domain is DVD_DOMAIN_Title. For more information, see DVD_DOMAIN.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also