This website requires JavaScript.
Explore
Help
Register
Sign In
Austin
/
BililiveRecorder
Watch
1
Star
0
Fork
0
You've already forked BililiveRecorder
mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced
2024-11-16 03:32:20 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
cdd563a753
BililiveRecorder
/
BililiveRecorder.Core
/
Config
/
RecordMode.cs
9 lines
131 B
C#
Raw
Normal View
History
Unescape
Escape
Core: Create config v3
2021-12-19 20:58:32 +08:00
namespace
BililiveRecorder.Core.Config
Core: Add raw data recording mode
2021-04-20 22:28:52 +08:00
{
public
enum
RecordMode
:
int
{
Standard
=
0
,
RawData
=
1
,
}
}
Reference in New Issue
Copy Permalink