SIZE_PALETTE
Microsoft DirectShow 9.0 |
SIZE_PALETTE
The SIZE_PALLETEE macro calculates the size of the palette entries in a VIDEOINFO structure. The VIDEOINFO structure assumes a 256-color palette.
Syntax
SIZE_PALETTE
Return Value
Returns 256 * sizeof(RGBQUAD)
.
Requirements
** Header:** Declared in Amvideo.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also