NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release

Detailed Description

Holds an application data buffer containing compressed video data.

Definition at line 89 of file nvmedia_common_encode_decode.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...
 

Field Documentation

◆ bitstream

uint8_t* NvMediaBitstreamBuffer::bitstream

A pointer to the bitstream data bytes.

Definition at line 91 of file nvmedia_common_encode_decode.h.

◆ bitstreamBytes

uint32_t NvMediaBitstreamBuffer::bitstreamBytes

The number of data bytes.

Definition at line 93 of file nvmedia_common_encode_decode.h.

◆ bitstreamSize

uint32_t NvMediaBitstreamBuffer::bitstreamSize

Size of bitstream array.

Definition at line 95 of file nvmedia_common_encode_decode.h.


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