NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Holds an H265-specific User SEI message.

Definition at line 2463 of file nvmedia_common.h.

Data Fields

uint32_t payloadSize
 SEI payload size in bytes. More...
 
uint32_t payloadType
 SEI payload types and syntax can be found in Annex D of the H265 Specification. More...
 
uint32_t nalUnitType
 SEI nal_unit_type. More...
 
uint8_t * payload
 pointer to user data More...
 

Field Documentation

uint32_t NvMediaEncodeH265SEIPayload::nalUnitType

SEI nal_unit_type.

Definition at line 2469 of file nvmedia_common.h.

uint8_t* NvMediaEncodeH265SEIPayload::payload

pointer to user data

Definition at line 2471 of file nvmedia_common.h.

uint32_t NvMediaEncodeH265SEIPayload::payloadSize

SEI payload size in bytes.

SEI payload must be byte aligned, as described in Annex D

Definition at line 2465 of file nvmedia_common.h.

uint32_t NvMediaEncodeH265SEIPayload::payloadType

SEI payload types and syntax can be found in Annex D of the H265 Specification.

Definition at line 2467 of file nvmedia_common.h.


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