/* * Source code originally from RtspClientSharp's player example: * https://github.com/BogdanovKirill/RtspClientSharp */ // ReSharper disable All namespace IPCamLib.FFMPEG { internal enum PixelFormat { Grayscale, Bgr24, Bgra32, } }