WinForms c# 应用程序中的 Youtube 视频:列出播放列表并控制视频

发布于 2024-09-16 03:53:44 字数 390 浏览 3 评论 0原文

此问题是关于通过 C# WinForms 应用程序访问 YouTube 内容。 要求是:

  1. 检索播放列表或给定艺术家的所有播放列表的元数据。
  2. 嵌入视频并从应用程序内播放它,同步到外部计时事件。

我们想到的方法:

  1. 使用 YouTube 数据 API 协议检索播放列表。据我们所知,还没有 C# 包装器,尽管这可能很容易做到。
  2. 使用网络浏览器显示视频 - 但不确定我们如何控制视频。

问题:

  1. 这些是正确的方法吗?
  2. YouTube 数据 API 协议有 C# 包装器吗?
  3. 嵌入视频和控制视频时序的最简单方法是什么?

非常感谢。

This question is about accessing YouTube content via a C# WinForms application.
The requirements are:

  1. To retrieve the metadata for a playlist, or for all playlists from a given artist.
  2. To embed video and play it from within the app, synced to external timing events.

Approaches we've thought of:

  1. Use the YouTube Data API Protocol to retrieve playlists. There isn't a C# wrapper out there as far as we can tell, though that may be easy to do.
  2. Use a WebBrowser to display the video - not sure how we'd control the video though.

Questions:

  1. Are these the right approaches?
  2. Is there C# wrapper for the YouTube Data API protocol?
  3. What is the easiest way to embed the video and to control the video timing?

Many thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文