ReactOS 0.4.16-dev-927-g467dec4
encoder_frame Struct Reference

#include <wincodecs_private.h>

Collaboration diagram for encoder_frame:

Public Attributes

GUID pixel_format
 
UINT width
 
UINT height
 
UINT bpp
 
BOOL indexed
 
DOUBLE dpix
 
DOUBLE dpiy
 
UINT num_colors
 
WICColor palette [256]
 
BOOL interlace
 
DWORD filter
 

Detailed Description

Definition at line 375 of file wincodecs_private.h.

Member Data Documentation

◆ bpp

UINT encoder_frame::bpp

Definition at line 379 of file wincodecs_private.h.

◆ dpix

DOUBLE encoder_frame::dpix

◆ dpiy

DOUBLE encoder_frame::dpiy

◆ filter

DWORD encoder_frame::filter

Definition at line 386 of file wincodecs_private.h.

Referenced by png_encoder_create_frame().

◆ height

UINT encoder_frame::height

◆ indexed

BOOL encoder_frame::indexed

Definition at line 380 of file wincodecs_private.h.

Referenced by CommonEncoderFrame_SetPixelFormat().

◆ interlace

BOOL encoder_frame::interlace

Definition at line 385 of file wincodecs_private.h.

Referenced by png_encoder_create_frame().

◆ num_colors

UINT encoder_frame::num_colors

Definition at line 382 of file wincodecs_private.h.

Referenced by png_encoder_create_frame(), and tiff_encoder_create_frame().

◆ palette

WICColor encoder_frame::palette[256]

Definition at line 383 of file wincodecs_private.h.

Referenced by png_encoder_create_frame(), and tiff_encoder_create_frame().

◆ pixel_format

◆ width

UINT encoder_frame::width

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