NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds output parameters.

This structure is available to the user.

Definition at line 29 of file nvds_obj_encode.h.

Data Fields

uint8_t * outBuffer
 Pointer to the JPEG Encoded Object. More...
 
uint64_t outLen
 Length of the JPEG Encoded Object. More...
 

Field Documentation

uint8_t* _NvDsObjEncOutParams::outBuffer

Pointer to the JPEG Encoded Object.

Definition at line 32 of file nvds_obj_encode.h.

uint64_t _NvDsObjEncOutParams::outLen

Length of the JPEG Encoded Object.

Definition at line 34 of file nvds_obj_encode.h.


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