NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

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

Detailed Description

H.264 specific User SEI message.

Definition at line 699 of file nvmedia_common_encode.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 H.264 Specification. More...
 
uint8_t * payload
 Pointer to user data. More...
 

Field Documentation

uint8_t* NvMediaEncodeH264SEIPayload::payload

Pointer to user data.

Definition at line 705 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodeH264SEIPayload::payloadSize

SEI payload size in bytes.

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

Definition at line 701 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodeH264SEIPayload::payloadType

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

Definition at line 703 of file nvmedia_common_encode.h.


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