Tag Parser
6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The BitmapInfoHeader class parses the BITMAPINFOHEADER structure defined by MS. More...
#include <bitmapinfoheader.h>
Public Member Functions | |
BitmapInfoHeader () | |
Constructs a new BitmapInfoHeader. More... | |
void | parse (IoUtilities::BinaryReader &reader) |
Parses the BITMAPINFOHEADER structure using the specified reader. More... | |
Public Attributes | |
uint32 | size |
uint32 | width |
uint32 | height |
uint16 | planes |
uint16 | bitCount |
uint32 | compression |
uint32 | imageSize |
uint32 | horizontalResolution |
uint32 | verticalResolution |
uint32 | clrUsed |
uint32 | clrImportant |
The BitmapInfoHeader class parses the BITMAPINFOHEADER structure defined by MS.
Definition at line 14 of file bitmapinfoheader.h.
Media::BitmapInfoHeader::BitmapInfoHeader | ( | ) |
Constructs a new BitmapInfoHeader.
Definition at line 17 of file bitmapinfoheader.cpp.
void Media::BitmapInfoHeader::parse | ( | IoUtilities::BinaryReader & | reader | ) |
Parses the BITMAPINFOHEADER structure using the specified reader.
Definition at line 35 of file bitmapinfoheader.cpp.
uint16 Media::BitmapInfoHeader::bitCount |
Definition at line 25 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::clrImportant |
Definition at line 31 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::clrUsed |
Definition at line 30 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::compression |
Definition at line 26 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::height |
Definition at line 23 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::horizontalResolution |
Definition at line 28 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::imageSize |
Definition at line 27 of file bitmapinfoheader.h.
uint16 Media::BitmapInfoHeader::planes |
Definition at line 24 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::size |
Definition at line 21 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::verticalResolution |
Definition at line 29 of file bitmapinfoheader.h.
uint32 Media::BitmapInfoHeader::width |
Definition at line 22 of file bitmapinfoheader.h.