BililiveRecorder/BililiveRecorder.Core/StreamStatus.cs

15 lines
221 B
C#
Raw Normal View History

2018-03-13 14:23:53 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BililiveRecorder.Core
{
2018-03-21 00:33:34 +08:00
public enum TriggerType
2018-03-13 14:23:53 +08:00
{
2018-03-21 00:33:34 +08:00
Danmaku,
HttpApi,
HttpApiRecheck,
Manual,
2018-03-13 14:23:53 +08:00
}
}