Share via


IDVDRenderer::GetScanCaps

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method returns a bitmask that identifies what scan modes are supported by the DVD-Video renderer.

Syntax

HRESULT GetScanCaps(
  DWORD* pdwCaps
);

Parameters

  • pdwCaps
    [out] Pointer to a bitmask that identifies the supported renderer scan modes according to the following.

    Value Scan mode

    DVD_SCANCAP_FORWARD_SCAN

    The renderer supports forward scan modes.

    DVD_SCANCAP_FORWARD_SLOW

    The renderer supports forward slow modes.

    DVD_SCANCAP_FORWARD_SINGLE

    The renderer can advance a single frame at a time.

    DVD_SCANCAP_BACKWARD_SCAN

    The renderer supports backward scan modes.

    DVD_SCANCAP_BACKWARD_SLOW

    The renderer supports backward slow modes.

    DVD_SCANCAP_BACKWARD_SINGLE

    The renderer can play backwards a single frame at a time.

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