Microsoft DirectX 9.0 |
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.
See Also