namespace OpenVIII.AV { using FFmpeg.AutoGen; public class Video : Ffcc { #region Methods /// /// Opens filename and init class. /// public static Video Load(string filename) => Load(filename, AVMediaType.AVMEDIA_TYPE_VIDEO, FfccMode.STATE_MACH); #endregion Methods } }