Share via


IDVDRenderer::SetPalette

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sets the subpicture palette.

Syntax

HRESULT SetPalette(
  DWORD* pPalette
);

Parameters

  • pPalette
    [in] Pointer to a 16-DWORD array representing a subpicture palette in the PGC_SP_PLT format, VI4-94, according to DVD specifications.

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