ReactOS 0.4.16-dev-937-g7afcd2a
decoder_frame Struct Reference

#include <wincodecs_private.h>

Collaboration diagram for decoder_frame:

Public Attributes

CLSID pixel_format
 
UINT width
 
UINT height
 
UINT bpp
 
DOUBLE dpix
 
DOUBLE dpiy
 
DWORD num_color_contexts
 
DWORD num_colors
 
WICColor palette [256]
 

Detailed Description

Definition at line 289 of file wincodecs_private.h.

Member Data Documentation

◆ bpp

UINT decoder_frame::bpp

Definition at line 293 of file wincodecs_private.h.

◆ dpix

DOUBLE decoder_frame::dpix

Definition at line 294 of file wincodecs_private.h.

◆ dpiy

DOUBLE decoder_frame::dpiy

Definition at line 294 of file wincodecs_private.h.

◆ height

UINT decoder_frame::height

Definition at line 292 of file wincodecs_private.h.

◆ num_color_contexts

DWORD decoder_frame::num_color_contexts

Definition at line 295 of file wincodecs_private.h.

◆ num_colors

DWORD decoder_frame::num_colors

Definition at line 296 of file wincodecs_private.h.

◆ palette

WICColor decoder_frame::palette[256]

Definition at line 297 of file wincodecs_private.h.

◆ pixel_format

CLSID decoder_frame::pixel_format

Definition at line 291 of file wincodecs_private.h.

◆ width

UINT decoder_frame::width

Definition at line 292 of file wincodecs_private.h.


The documentation for this struct was generated from the following file: