* add cpu and gpu info to troubleshooting general * include capabilities in troubleshooting archive
4 lines
111 B
C#
4 lines
111 B
C#
namespace ErsatzTV.FFmpeg.Capabilities;
|
|
|
|
public record VideoControllerModel(string Manufacturer, string Name);
|