ClintHeyer.Media
Structure AviFile.BITMAPINFOHEADER

Field Summary
int BitCount
int ClrImportant
int ClrUsed
string Compression
long Height
int Planes
int Size
int SizeImage
long Width
long XPelsPerMeter
long YPelsPerMeter

Constructor Summary
AviFile.BITMAPINFOHEADER(System.IO.Stream stream)

Method Summary
string ToString()

Methods inherited from class System.ValueType
Equals, GetHashCode

Methods inherited from class System.Object
Finalize, GetType, MemberwiseClone


Field Detail

BitCount

public int BitCount


ClrImportant

public int ClrImportant


ClrUsed

public int ClrUsed


Compression

public string Compression


Height

public long Height


Planes

public int Planes


Size

private int Size


SizeImage

public int SizeImage


Width

public long Width


XPelsPerMeter

public long XPelsPerMeter


YPelsPerMeter

public long YPelsPerMeter

Constructor Detail

AviFile.BITMAPINFOHEADER

public AviFile.BITMAPINFOHEADER(System.IO.Stream stream)

Method Detail

ToString

public string ToString()