* refactor graphics engine; async frame generation * add text graphics element to playback troubleshooting
4 lines
119 B
C#
4 lines
119 B
C#
namespace ErsatzTV.Application.Graphics;
|
|
|
|
public record RefreshGraphicsElements : IRequest, IBackgroundServiceRequest;
|