Class VlcSetting
public class VlcSetting : LazySettingInstance<VlcSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
VlcSetting
- Implements
- Inherited Members
- Extension Methods
Properties
AutoDeleteShotCutFile
[Display(Name = "自动清除截图保存的数据")]
public bool AutoDeleteShotCutFile { get; set; }
Property Value
FrameSpan
[Display(Name = "上一帧下一帧跳转间隔(s)")]
public int FrameSpan { get; set; }
Property Value
FullScreenType
[Display(Name = "全屏播放时显示样式")]
public FullScreenType FullScreenType { get; set; }
Property Value
IsSaveShotCutWithFile
[Display(Name = "截图时保存到影片目录")]
public bool IsSaveShotCutWithFile { get; set; }
Property Value
LibvlcPath
[Display(Name = "libvlc库地址")]
public string LibvlcPath { get; set; }
Property Value
MaxRate
[Display(Name = "最大播放速度限制")]
public float MaxRate { get; set; }
Property Value
MinRate
[Display(Name = "最小播放速度限制")]
public float MinRate { get; set; }
Property Value
ShotCutPath
[Display(Name = "截图保存的路径")]
public string ShotCutPath { get; set; }
Property Value
Methods
GetFullScreenKey()
public ComponentResourceKey GetFullScreenKey()