Sunshine latest
Self-hosted game stream host for Moonlight.
nvenc_base.cpp File Reference

Definitions for abstract platform-agnostic base of standalone NVENC encoder. More...

#include "nvenc_base.h"
#include "src/config.h"
#include "src/logging.h"
#include "src/utility.h"
Include dependency graph for nvenc_base.cpp:

Namespaces

namespace  nvenc
 Standalone NVENC encoder.
 

Macros

#define MAKE_NVENC_VER(major, minor)   ((major) | ((minor) << 24))
 
#define nvenc_status_case(x)
 

Detailed Description

Definitions for abstract platform-agnostic base of standalone NVENC encoder.

Macro Definition Documentation

◆ nvenc_status_case

#define nvenc_status_case ( x)
Value:
case x: \
return #x;