FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
NV_ENC_SEI_PAYLOAD Struct Reference

#include <nvEncodeAPI.h>

Data Fields

uint32_t payloadSize
 [in] SEI payload size in bytes. More...
 
uint32_t payloadType
 [in] SEI payload types and syntax can be found in Annex D of the H.264 Specification. More...
 
uint8_tpayload
 [in] pointer to user data More...
 

Detailed Description

Definition at line 1471 of file nvEncodeAPI.h.

Field Documentation

uint32_t NV_ENC_SEI_PAYLOAD::payloadSize

[in] SEI payload size in bytes.

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

Definition at line 1473 of file nvEncodeAPI.h.

uint32_t NV_ENC_SEI_PAYLOAD::payloadType

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

Definition at line 1474 of file nvEncodeAPI.h.

uint8_t* NV_ENC_SEI_PAYLOAD::payload

[in] pointer to user data

Definition at line 1475 of file nvEncodeAPI.h.


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