mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-27 12:35:35 +08:00
11 lines
162 B
C#
11 lines
162 B
C#
|
namespace BililiveRecorder.Core.Config
|
||
|
{
|
||
|
public enum DanmakuTransportMode
|
||
|
{
|
||
|
Random = 0,
|
||
|
Tcp = 1,
|
||
|
Ws = 2,
|
||
|
Wss = 3,
|
||
|
}
|
||
|
}
|