开发者

Youtube videos in a WinForms c# app: Listing playlists and controlling a video

开发者 https://www.devze.com 2023-01-13 01:06 出处:网络
This que开发者_如何学编程stion is about accessing YouTube content via a C# WinForms application.

This que开发者_如何学编程stion 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.


Try here: http://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html

0

精彩评论

暂无评论...
验证码 换一张
取 消