2021-11-20 14:34:35 +08:00
|
|
|
namespace BililiveRecorder.Core
|
|
|
|
{
|
2022-05-16 23:28:31 +08:00
|
|
|
internal enum RestartRecordingReason
|
2021-11-20 14:34:35 +08:00
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// 普通重试
|
|
|
|
/// </summary>
|
|
|
|
GenericRetry,
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 无对应直播画质
|
|
|
|
/// </summary>
|
|
|
|
NoMatchingQnValue,
|
|
|
|
}
|
|
|
|
}
|