/* * Source code originally from RtspClientSharp's player example: * https://github.com/BogdanovKirill/RtspClientSharp */ // ReSharper disable All namespace IPCamLib.FFMPEG { internal enum ScalingQuality { Nearest, Bilinear, FastBilinear, Bicubic } }