Share via


IDVDRenderer::SetPalette (Windows Embedded CE 6.0)

1/6/2010

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