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