IDVDRenderer::Step (Windows Embedded CE 6.0)
1/6/2010
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 |