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

#include <nvEncodeAPI.h>

Data Fields

uint32_t version
 [in]: Struct version. More...
 
uint32_t reserved
 [in]: Reserved and must be set to 0 More...
 
NV_ENC_OUTPUT_PTR outputBitStream
 [out]: Specifies the pointer to output bitstream. More...
 
uint32_t bitStreamSize
 [out]: Size of generated bitstream in bytes. More...
 
uint32_t picType
 [out]: Picture type of encoded picture. More...
 
uint32_t lastValidByteOffset
 [out]: Offset of last valid bytes of completed bitstream More...
 
uint32_t sliceOffsets [16]
 [out]: Offsets of each slice More...
 
uint32_t picIdx
 [out]: Picture number More...
 
uint32_t reserved1 [233]
 [in]: Reserved and must be set to 0 More...
 
voidreserved2 [64]
 [in]: Reserved and must be set to NULL More...
 

Detailed Description

Definition at line 1656 of file nvEncodeAPI.h.

Field Documentation

uint32_t NV_ENC_STAT::version

[in]: Struct version.

Must be set to NV_ENC_STAT_VER.

Definition at line 1658 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::reserved

[in]: Reserved and must be set to 0

Definition at line 1659 of file nvEncodeAPI.h.

NV_ENC_OUTPUT_PTR NV_ENC_STAT::outputBitStream

[out]: Specifies the pointer to output bitstream.

Definition at line 1660 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::bitStreamSize

[out]: Size of generated bitstream in bytes.

Definition at line 1661 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::picType

[out]: Picture type of encoded picture.

See NV_ENC_PIC_TYPE.

Definition at line 1662 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::lastValidByteOffset

[out]: Offset of last valid bytes of completed bitstream

Definition at line 1663 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::sliceOffsets[16]

[out]: Offsets of each slice

Definition at line 1664 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::picIdx

[out]: Picture number

Definition at line 1665 of file nvEncodeAPI.h.

uint32_t NV_ENC_STAT::reserved1[233]

[in]: Reserved and must be set to 0

Definition at line 1666 of file nvEncodeAPI.h.

void* NV_ENC_STAT::reserved2[64]

[in]: Reserved and must be set to NULL

Definition at line 1667 of file nvEncodeAPI.h.


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