WinForms c# 应用程序中的 Youtube 视频:列出播放列表并控制视频
此问题是关于通过 C# WinForms 应用程序访问 YouTube 内容。 要求是:
- 检索播放列表或给定艺术家的所有播放列表的元数据。
- 嵌入视频并从应用程序内播放它,同步到外部计时事件。
我们想到的方法:
- 使用 YouTube 数据 API 协议检索播放列表。据我们所知,还没有 C# 包装器,尽管这可能很容易做到。
- 使用网络浏览器显示视频 - 但不确定我们如何控制视频。
问题:
- 这些是正确的方法吗?
- YouTube 数据 API 协议有 C# 包装器吗?
- 嵌入视频和控制视频时序的最简单方法是什么?
非常感谢。
This question is about accessing YouTube content via a C# WinForms application.
The requirements are:
- To retrieve the metadata for a playlist, or for all playlists from a given artist.
- To embed video and play it from within the app, synced to external timing events.
Approaches we've thought of:
- 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.
- Use a WebBrowser to display the video - not sure how we'd control the video though.
Questions:
- Are these the right approaches?
- Is there C# wrapper for the YouTube Data API protocol?
- What is the easiest way to embed the video and to control the video timing?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里试试:
http://code.google.com/apis/youtube/2.0/developers_guide_dotnet。 html
Try here:
http://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html