![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Structure representing a packet element.
Definition at line 103 of file nvscistream.h.
Data Fields | |
uint32_t | index |
Zero-based index of this buffer in the packet. More... | |
NvSciStreamPacket | handle |
Handle for the packet. More... | |
NvSciBufObj | buffer |
Refers to the NvSciBuf object belonging to this element. More... | |
NvSciBufObj NvSciStreamElementDesc::buffer |
Refers to the NvSciBuf object belonging to this element.
Definition at line 111 of file nvscistream.h.
NvSciStreamPacket NvSciStreamElementDesc::handle |
Handle for the packet.
Definition at line 109 of file nvscistream.h.
uint32_t NvSciStreamElementDesc::index |
Zero-based index of this buffer in the packet.
Definition at line 105 of file nvscistream.h.