namespace Bmp.Core.Lite.Playback.Inputs; public interface IHaveDecoderInfo { public string DecoderName { get; } public string? FileFormat { get; } }