using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ScreenCaptureLib { public class FFmpegOptions : ScreencastOptions { public int BitRate { get; set; } } }