* refactor graphics engine; async frame generation * add text graphics element to playback troubleshooting
3 lines
102 B
C#
3 lines
102 B
C#
namespace ErsatzTV.Application.Graphics;
|
|
|
|
public record GraphicsElementViewModel(int Id, string Name); |