TFrameBitmapInfoType
type
TFrameBitmapInfoType = (fb_VideoWidth, fb_VideoHeight, fb_BitmapSize, fb_BitmapStride, fb_BitsPerPixel);
Type of information returned by the GetFrameBitmapInfo function about the current frame bitmap.
| Value | Description |
|---|---|
fb_VideoWidth |
width of the frame, in pixels |
fb_VideoHeight |
height of the frame, in pixels |
fb_BitmapSize |
size of the bitmap buffer, in bytes |
fb_BitmapStride |
number of bytes between two consecutive rows of the bitmap |
fb_BitsPerPixel |
number of bits per pixel |