namespace ErsatzTV.Application.Streaming;
public enum HlsSessionWorkAheadState
{
MaxSpeed,
SeekAndRealtime,
RealtimeFromZero
}