ReactOS 0.4.16-dev-937-g7afcd2a
encoder_funcs Struct Reference

#include <wincodecs_private.h>

Collaboration diagram for encoder_funcs:

Public Member Functions

 HRESULT (CDECL *initialize)(struct encoder *This
 
 HRESULT (CDECL *get_supported_format)(struct encoder *This
 
 HRESULT (CDECL *create_frame)(struct encoder *This
 
 HRESULT (CDECL *write_lines)(struct encoder *This
 
 HRESULT (CDECL *commit_frame)(struct encoder *This)
 
 HRESULT (CDECL *commit_file)(struct encoder *This)
 
 void (CDECL *destroy)(struct encoder *This)
 

Public Attributes

IStreamstream
 
GUIDpixel_format
 
GUID DWORDbpp
 
GUID DWORD BOOLindexed
 
const struct encoder_frameframe
 
BYTEdata
 
BYTE DWORD line_count
 
BYTE DWORD DWORD stride
 

Detailed Description

Definition at line 394 of file wincodecs_private.h.

Member Function Documentation

◆ HRESULT() [1/6]

encoder_funcs::HRESULT ( CDECL commit_file)

◆ HRESULT() [2/6]

encoder_funcs::HRESULT ( CDECL commit_frame)

◆ HRESULT() [3/6]

encoder_funcs::HRESULT ( CDECL create_frame)

◆ HRESULT() [4/6]

encoder_funcs::HRESULT ( CDECL get_supported_format)

◆ HRESULT() [5/6]

encoder_funcs::HRESULT ( CDECL initialize)

◆ HRESULT() [6/6]

encoder_funcs::HRESULT ( CDECL write_lines)

◆ void()

encoder_funcs::void ( CDECL destroy)

Member Data Documentation

◆ bpp

GUID DWORD* encoder_funcs::bpp

Definition at line 397 of file wincodecs_private.h.

◆ data

BYTE* encoder_funcs::data

Definition at line 399 of file wincodecs_private.h.

◆ frame

const struct encoder_frame* encoder_funcs::frame

Definition at line 398 of file wincodecs_private.h.

◆ indexed

GUID DWORD BOOL* encoder_funcs::indexed

Definition at line 397 of file wincodecs_private.h.

◆ line_count

BYTE DWORD encoder_funcs::line_count

Definition at line 399 of file wincodecs_private.h.

◆ pixel_format

GUID* encoder_funcs::pixel_format

Definition at line 397 of file wincodecs_private.h.

◆ stream

IStream* encoder_funcs::stream

Definition at line 396 of file wincodecs_private.h.

◆ stride

BYTE DWORD DWORD encoder_funcs::stride

Definition at line 399 of file wincodecs_private.h.


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