IHaveBitPerRawSample.cs 127 B

123456
  1. namespace Bmp.Core.Lite.Playback.Inputs;
  2. public interface IHaveBitPerRawSample
  3. {
  4. public int? BitPerRawSample { get; }
  5. }