ShareX/ScreenCaptureLib/Screencast/FFmpegOptions.cs

12 lines
224 B
C#
Raw Normal View History

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