Sunshine v2025.118.151840
Self-hosted game stream host for Moonlight.
nvenc_colorspace.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <ffnvcodec/nvEncodeAPI.h>
8
9namespace nvenc {
10
15 NV_ENC_VUI_COLOR_PRIMARIES primaries;
16 NV_ENC_VUI_TRANSFER_CHARACTERISTIC tranfer_function;
17 NV_ENC_VUI_MATRIX_COEFFS matrix;
18 bool full_range;
19 };
20
21} // namespace nvenc
Standalone NVENC encoder.
Definition nvenc_base.cpp:86
YUV colorspace and color range.
Definition nvenc_colorspace.h:14