private async void _NicoLiveCommentClient_Connected(object sender, CommentServerConnectedEventArgs e) { await HohoemaApp.UIDispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, async() => { if (LivePlayerType == Live.LivePlayerType.Aries) { await CloseRtmpConnection(); } else { await ClearLeoPlayer(); } /* * if (reason == NicoLiveDisconnectReason.Close) * { * await StartNextLiveSubscribe(DefaultNextLiveSubscribeDuration); * } */ }); }
private void _NicoLiveCommentClient_Connected(object sender, CommentServerConnectedEventArgs e) { }