Expand description
Frame to Bitmap conversion
(requires bitmap
feature)
Structs§
- A Rgba1010102 format bitmap
- A Bgra8888 format bitmap
- A pool of frame bitmaps
- A RgbaF16x4 format bitmap
- A YCbCr image, corresponding to either V420 or F420 pixel formats.
- A pooled bitmap, belinging to it’s creator BitmapPool. When this bitmap is dropped, it will be returned to it’s pool.
Enums§
- A bitmap image of the selected format
- Represents an error while generating a frame bitmap
- The video range for a YCbCr format bitmap
Traits§
- Bitmap data in the Argb2101010 format
- Bitmap data in the Bgra8888 format
- Bitmap data in the CbCr Chroma/u8x2 format
- Bitmap data in the Luma/u8 format
- Bitmap data in the RgbaF16x4 format
- A video frame which can produce a bitmap
Type Aliases§
- A Bitmap with boxed-slice image data
- A bitmap with booled images as bitmap data