IDvdControl::TimeSearch

 
Microsoft DirectShow 9.0

IDvdControl::TimeSearch

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

Halts playback of the current chapter and starts playback from the specified time in the same media file.

Syntax

  HRESULT TimeSearch(
    ULONG bcdTime
);

Parameters

bcdTime

Pointer to the DVD_TIMECODE structure where DirectShow will start playback.

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