Files
ersatztv/ErsatzTV.Application/Graphics/GraphicsElementViewModel.cs
T
Jason DoveandGitHub 76a589b538 add text graphics element to playback troubleshooting (#2282)
* refactor graphics engine; async frame generation

* add text graphics element to playback troubleshooting
2025-08-08 19:18:15 +00:00

3 lines
102 B
C#

namespace ErsatzTV.Application.Graphics;
public record GraphicsElementViewModel(int Id, string Name);