FFmpeg
|
Creation parameters for output bitstream buffer. More...
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | version |
[in]: Struct version. More... | |
uint32_t | size |
NV_ENC_MEMORY_HEAP | memoryHeap |
uint32_t | reserved |
[in]: Reserved and must be set to 0 More... | |
NV_ENC_OUTPUT_PTR | bitstreamBuffer |
[out]: Pointer to the output bitstream buffer More... | |
void * | bitstreamBufferPtr |
[out]: Reserved and should not be used More... | |
uint32_t | reserved1 [58] |
[in]: Reserved and should be set to 0 More... | |
void * | reserved2 [64] |
[in]: Reserved and should be set to NULL More... | |
Creation parameters for output bitstream buffer.
Definition at line 1013 of file nvEncodeAPI.h.
uint32_t NV_ENC_CREATE_BITSTREAM_BUFFER::version |
[in]: Struct version.
Must be set to NV_ENC_CREATE_BITSTREAM_BUFFER_VER
Definition at line 1015 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
uint32_t NV_ENC_CREATE_BITSTREAM_BUFFER::size |
NV_ENC_MEMORY_HEAP NV_ENC_CREATE_BITSTREAM_BUFFER::memoryHeap |
Do not use
Definition at line 1017 of file nvEncodeAPI.h.
uint32_t NV_ENC_CREATE_BITSTREAM_BUFFER::reserved |
[in]: Reserved and must be set to 0
Definition at line 1018 of file nvEncodeAPI.h.
NV_ENC_OUTPUT_PTR NV_ENC_CREATE_BITSTREAM_BUFFER::bitstreamBuffer |
[out]: Pointer to the output bitstream buffer
Definition at line 1019 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
void* NV_ENC_CREATE_BITSTREAM_BUFFER::bitstreamBufferPtr |
[out]: Reserved and should not be used
Definition at line 1020 of file nvEncodeAPI.h.
uint32_t NV_ENC_CREATE_BITSTREAM_BUFFER::reserved1[58] |
[in]: Reserved and should be set to 0
Definition at line 1021 of file nvEncodeAPI.h.
void* NV_ENC_CREATE_BITSTREAM_BUFFER::reserved2[64] |
[in]: Reserved and should be set to NULL
Definition at line 1022 of file nvEncodeAPI.h.