HoviTron Video Pipeline
Data Fields
HvtStreamImageMemoryInfo Struct Reference

Information about the memory backing an image slot. More...

#include <HvtStreamingAPI.h>

Data Fields

uint64_t size
 
uint64_t alignment
 
HVT_OPAQUE_HANDLE handle
 

Detailed Description

Information about the memory backing an image slot.

Definition at line 341 of file AcqKiRT/include/HvtStreamingAPI.h.

Field Documentation

◆ alignment

uint64_t HvtStreamImageMemoryInfo::alignment

Alignement of the memory allocation

Definition at line 344 of file AcqKiRT/include/HvtStreamingAPI.h.

◆ handle

HVT_OPAQUE_HANDLE HvtStreamImageMemoryInfo::handle

Opaque handle to the video memory

Definition at line 345 of file AcqKiRT/include/HvtStreamingAPI.h.

◆ size

uint64_t HvtStreamImageMemoryInfo::size

Size of the memory in bytes, includes padding

Definition at line 343 of file AcqKiRT/include/HvtStreamingAPI.h.


The documentation for this struct was generated from the following files: