NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaBitstreamBuffer Struct Reference

Detailed Description

Holds an application data buffer containing compressed video data.

Definition at line 118 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...
 

Field Documentation

uint8_t* NvMediaBitstreamBuffer::bitstream

A pointer to the bitstream data bytes.

Definition at line 120 of file nvmedia_common.h.

uint32_t NvMediaBitstreamBuffer::bitstreamBytes

The number of data bytes.

Definition at line 122 of file nvmedia_common.h.

uint32_t NvMediaBitstreamBuffer::bitstreamSize

Size of bitstream array.

Definition at line 124 of file nvmedia_common.h.


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