All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuImageInfo Struct Reference

Public Attributes

int32_t width
 Width of the image in pixels.
 
int32_t height
 Height of the image in pixels.
 
int32_t stride
 Stride of the image in bytes.
 
int32_t bufferWidth
 Buffer width of the image in pixels.
 
int32_t bufferHeight
 Buffer height of the image in pixels.
 
int32_t bufferSize
 Buffer size of the image in bytes.
 
VuImagePixelFormat format
 Image pixel format.
 
const void * buffer
 Pixel buffer.
 

Detailed Description

Data structure describing image data.

Member Data Documentation

◆ buffer

const void* buffer

Pixel buffer.

Note
The lifetime of the buffer is bound to the lifetime of the VuImage that was used to retrieve this data.