using System.Collections.Concurrent; namespace ErsatzTV.Core.Interfaces.FFmpeg { public interface IFFmpegSegmenterService { ConcurrentDictionary SessionWorkers { get; } void TouchChannel(string channelNumber); } }