Sunshine master
Self-hosted game stream host for Moonlight.
nvenc::nvenc_encoded_frame Struct Reference

Encoded NVENC output frame and metadata needed by the packetizer. More...

#include <src/nvenc/nvenc_encoded_frame.h>

Public Attributes

bool after_ref_frame_invalidation = false
 Whether the frame follows reference-frame invalidation.
 
std::vector< uint8_t > data
 Encoded bitstream bytes returned by NVENC.
 
uint64_t frame_index = 0
 Capture-frame index associated with the encoded data.
 
bool idr = false
 Whether the encoded frame is an IDR frame.
 

Detailed Description

Encoded NVENC output frame and metadata needed by the packetizer.


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