Captura.RecorderParams.Recorder C# (CSharp) Method

Recorder() static private method

static private Recorder ( ) : System
return System
        static Recorder()
        {
            // Set LAME DLL path for MP3 encoder
            Mp3AudioEncoderLame.SetLameDllLocation(Path.Combine(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location),
                string.Format("lameenc{0}.dll", Environment.Is64BitProcess ? "64" : "32")));
        }        	
        public RecorderParams(string filename, int FrameRate, FourCC Encoder, int Quality,