mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +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,
|
|
}
|
|
}
|