Microsoft DirectX 8.1 (C++)

IDvdControl::TimeSearch

Note   The IDvdControl interface is deprecated.

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.

See Also