C
Qul::Platform::FramebufferDataChunk Struct
struct Qul::Platform::FramebufferDataChunkThis struct contains information about framebuffer data chunks. More...
Header: | #include <platform/devicelink.h> |
Since: | Qt Quick Ultralite (Platform) 2.12 |
Public Variables
void * | address |
uint32_t | bytesPerLine |
See also Qul::Platform::DeviceLinkInterface::requestFramebufferDataChunk().
Member Variable Documentation
void *FramebufferDataChunk::address
This variable holds the data address of the framebuffer data chunk.
uint32_t FramebufferDataChunk::bytesPerLine
This variable holds the bytes per line (stride) of the framebuffer data chunk.
Available under certain Qt licenses.
Find out more.