开发者

streaming radio on windows phone

i would like to know if is it possible to read a radio stream from a RSS feed on a W开发者_如何学编程P device and while using C# language. ty


It is possible but it depends on the format of the stream you will be obtaining. The RSS feed by itself contains no streaming data whatsoever, other than the location of the actual media. You might need to use HttpWebRequest to get the data and implement MediaStreamSource to actually process the streamed content.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜