namespace Bmp.Core.Lite.Playback.Inputs; public interface IHaveBitPerRawSample { public int? BitPerRawSample { get; } }