C# Class Accord.Video.Kinect.KinectNative.BitmapInfoHeader

Show file Open project: accord-net/framework Class Usage Examples

Public Properties

Property Type Description
Bytes uint
DataBitsPerPixel byte
Format uint
Framerate byte
Height short
IsValid byte
PaddingBitsPerPixel byte
Reserved uint
Resolution uint
Width short

Property Details

Bytes public property

public uint Bytes
return uint

DataBitsPerPixel public property

public byte DataBitsPerPixel
return byte

Format public property

public uint Format
return uint

Framerate public property

public byte Framerate
return byte

Height public property

public short Height
return short

IsValid public property

public byte IsValid
return byte

PaddingBitsPerPixel public property

public byte PaddingBitsPerPixel
return byte

Reserved public property

public uint Reserved
return uint

Resolution public property

public uint Resolution
return uint

Width public property

public short Width
return short