ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <wincodecs_private.h>
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 | |
IStream * | stream |
GUID * | pixel_format |
GUID DWORD * | bpp |
GUID DWORD BOOL * | indexed |
const struct encoder_frame * | frame |
BYTE * | data |
BYTE DWORD | line_count |
BYTE DWORD DWORD | stride |
Definition at line 394 of file wincodecs_private.h.
encoder_funcs::HRESULT | ( | CDECL * | commit_file | ) |
encoder_funcs::HRESULT | ( | CDECL * | commit_frame | ) |
encoder_funcs::HRESULT | ( | CDECL * | create_frame | ) |
encoder_funcs::HRESULT | ( | CDECL * | get_supported_format | ) |
encoder_funcs::HRESULT | ( | CDECL * | initialize | ) |
encoder_funcs::HRESULT | ( | CDECL * | write_lines | ) |
encoder_funcs::void | ( | CDECL * | destroy | ) |
Definition at line 397 of file wincodecs_private.h.
BYTE* encoder_funcs::data |
Definition at line 399 of file wincodecs_private.h.
const struct encoder_frame* encoder_funcs::frame |
Definition at line 398 of file wincodecs_private.h.
Definition at line 397 of file wincodecs_private.h.
Definition at line 399 of file wincodecs_private.h.
GUID* encoder_funcs::pixel_format |
Definition at line 397 of file wincodecs_private.h.
IStream* encoder_funcs::stream |
Definition at line 396 of file wincodecs_private.h.
Definition at line 399 of file wincodecs_private.h.