![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds an application data buffer containing compressed video data.
Definition at line 129 of file nvmedia_common.h.
Data Fields | |
uint8_t * | bitstream |
A pointer to the bitstream data bytes. More... | |
uint32_t | bitstreamBytes |
The number of data bytes. More... | |
uint32_t | bitstreamSize |
Size of bitstream array. More... | |
uint8_t* NvMediaBitstreamBuffer::bitstream |
A pointer to the bitstream data bytes.
Definition at line 131 of file nvmedia_common.h.
uint32_t NvMediaBitstreamBuffer::bitstreamBytes |
The number of data bytes.
Definition at line 133 of file nvmedia_common.h.
uint32_t NvMediaBitstreamBuffer::bitstreamSize |
Size of bitstream array.
Definition at line 135 of file nvmedia_common.h.