ShareX/ScreenCaptureLib/Screencast/FFmpegOptions.cs
2014-05-08 11:54:41 +08:00

12 lines
No EOL
224 B
C#

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