开发者

streaming radio on windows phone

开发者 https://www.devze.com 2023-02-12 04:43 出处:网络
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.

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

精彩评论

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

关注公众号