Skip to main content

kNVENCEncoderTuning

Electron APIs / recorder / kNVENCEncoderTuning

type kNVENCEncoderTuning = "hq" | "ll" | "ull";

Specifies tuning presets for NVIDIA's NVENC encoder.

Tuning presets allow the encoder to optimize for specific use cases like high quality or low latency, adjusting internal settings accordingly.

Example

const tuning: kNVENCEncoderTuning = "ll";