ReactOS 0.4.16-dev-927-g467dec4
CommonDecoderFrame Struct Reference
Collaboration diagram for CommonDecoderFrame:

Public Attributes

IWICBitmapFrameDecode IWICBitmapFrameDecode_iface
 
IWICMetadataBlockReader IWICMetadataBlockReader_iface
 
LONG ref
 
CommonDecoderparent
 
DWORD frame
 
struct decoder_frame decoder_frame
 
BOOL metadata_initialized
 
UINT metadata_count
 
struct decoder_blockmetadata_blocks
 

Detailed Description

Definition at line 244 of file decoder.c.

Member Data Documentation

◆ decoder_frame

struct decoder_frame CommonDecoderFrame::decoder_frame

Definition at line 250 of file decoder.c.

◆ frame

DWORD CommonDecoderFrame::frame

Definition at line 249 of file decoder.c.

◆ IWICBitmapFrameDecode_iface

IWICBitmapFrameDecode CommonDecoderFrame::IWICBitmapFrameDecode_iface

Definition at line 245 of file decoder.c.

◆ IWICMetadataBlockReader_iface

IWICMetadataBlockReader CommonDecoderFrame::IWICMetadataBlockReader_iface

Definition at line 246 of file decoder.c.

◆ metadata_blocks

struct decoder_block* CommonDecoderFrame::metadata_blocks

Definition at line 253 of file decoder.c.

◆ metadata_count

UINT CommonDecoderFrame::metadata_count

Definition at line 252 of file decoder.c.

◆ metadata_initialized

BOOL CommonDecoderFrame::metadata_initialized

Definition at line 251 of file decoder.c.

◆ parent

CommonDecoder* CommonDecoderFrame::parent

Definition at line 248 of file decoder.c.

◆ ref

LONG CommonDecoderFrame::ref

Definition at line 247 of file decoder.c.


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