如何使用 YouTubeQuery 检索推荐视频?
如何使用 YouTubeQuery 检索推荐视频 我的意思是我正在使用 YouTube API 。?
我有一个 WPF 应用程序,它正在播放视频,所以当时正在播放什么视频,我想显示 saparetaly 推荐的视频列表。
注意:默认情况下,一旦视频完成,它就会给我,但这对我来说没有用。
谢谢。!
How I can Retrieve Recommended Video using YouTubeQuery I mean I am using YouTube API .?
I have WPF application which is play a video so what ever video is playing that time I want to show saparetaly Recommended Video List.?
NOTE: defualt it will give me once video is done, but that would be not usefull in my case.
Thank you.!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 YouTube API 调用来检索相关视频。请参阅 http://code.google.com/apis/youtube/2.0/ Developers_guide_protocol.html#Related_Feeds。
请注意,您可能必须了解如何使用 YouTube API 才能实现此目的。 YouTube API 的 .NET 接口位于 http://code.google .com/apis/youtube/2.0/developers_guide_dotnet.html。
There is a YouTube API call to retrieve related videos. See http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Related_Feeds.
Note that you'll probably have to understand how to use the YouTube API in order to make that work. There is a .NET interface to the YouTube API available at http://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html.