|
|
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
A handle representing an image group.
Definition at line 104 of file nvmedia_image.h.

Data Fields | |
| NvMediaImage * | imageList [NVMEDIA_MAX_IMAGE_GROUP_SIZE] |
| List of NvMedia Images in the group. More... | |
| uint32_t | numImages |
| Number of NvMedia Images in the group. More... | |
| void * | tag |
| Tag that can be used by the application. More... | |
| NvMediaImage* NvMediaImageGroup::imageList[NVMEDIA_MAX_IMAGE_GROUP_SIZE] |
List of NvMedia Images in the group.
Definition at line 106 of file nvmedia_image.h.
| uint32_t NvMediaImageGroup::numImages |
Number of NvMedia Images in the group.
Definition at line 108 of file nvmedia_image.h.
| void* NvMediaImageGroup::tag |
Tag that can be used by the application.
NvMedia does not change the value of this member.
Definition at line 111 of file nvmedia_image.h.