コード例 #1
0
		private void OnPlaybackReady(object sender, LaunchDlnaReadyForPlaybackEventArgs e)
		{
			Write(@"Download is ready for playback.");
			DownloadInfo.Download.IsReadyForPlayback = true;
			if (e.State == null)
			{
				Write(@"Download is ready for playback, but state info is null.", NotificationLevel.Warning);
			}
			OnSaveProgress();
		}
コード例 #2
0
ファイル: Program.cs プロジェクト: CarverLab/mpeg2dvrms.root
		private static void OnPlaybackReady(object sender, LaunchDlnaReadyForPlaybackEventArgs e)
		{
			//Write(@"Download is ready for playback.", ConsoleColor.Green);
		}
コード例 #3
0
ファイル: Form1.cs プロジェクト: CarverLab/mpeg2dvrms.root
		private void OnStartPlayback(object sender, LaunchDlnaReadyForPlaybackEventArgs e)
		{
			throw new NotImplementedException();
		}