Freigeben über


MFPaletteEntry Union

Contains one palette entry in a color table.

Syntax

typedef union _MFPaletteEntry {
  MFARGB       ARGB;
  MFAYUVSample AYCbCr;
} MFPaletteEntry;

Mitglieder

  • ARGB
    MFARGB structure that contains an RGB color.

  • AYCbCr
    MFAYUVSample structure that contains a Y'Cb'Cr' color.

Hinweise

This union can be used to represent both RGB palettes and Y'Cb'Cr' palettes. The video format that defines the palette determines which union member should be used.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfobjects.h (include Mfidl.h)

Siehe auch

Media Foundation Unions