BililiveRecorder/BililiveRecorder.Core/Api/Danmaku
2022-08-27 16:18:53 +08:00
..
DanmakuClient.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
DanmakuModel.cs Core: Fix danmaku user id greater than int32.max causing overflow 2022-05-21 22:01:33 +08:00
DanmakuReceivedEventArgs.cs
DanmakuTransportSecureWebSocket.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
DanmakuTransportTcp.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
DanmakuTransportWebSocket.cs feat: add timeout when connecting to websocekt danmaku server 2022-08-27 16:18:53 +08:00
IDanmakuTransport.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
StatusChangedEventArgs.cs