Share via


IDVDRenderer::Step

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method causes the decoder to temporarily start playback, to decode and display picture, and then enter into paused state on return. The decoder continues to decode and display subpicture data but it discards audio data.

Syntax

HRESULT Slow(
  BOOL bForward
);

Parameters

  • bForward
    [in] The following table lists the values for the bForward parameter.

    Value Description

    TRUE

    Means single step forward.

    FALSE

    Means single step backward.

Return Value

If the method completes successfully, the return value is S_OK.

Requirements

Header dvddrvr.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDRenderer