namespace ErsatzTV.Infrastructure.Streaming.Graphics;
public enum MotionElementState
{
NotStarted,
PlayingIn,
Holding,
// TODO: PlayingOut?
Finished
}