Search code examples
c#.netuwpfm-radio

FMRadio Class .NET in UWP


Is it possible to make FM Radio UWP app. I found only FM Radio Class but it's only for WP7. I know that's maybe question will be abroad but i want to know which classes i should use to make it.


Solution

  • As @Icemanind's has pointed out, FMRadio API is not supported in UWP by now. At this point, there is only a place holder for FM Radio in the UWP API but unfortunately it is not implemented. You can find the details of this at RadioKind enumeration.
    enter image description here

    If you do want this feature, you are welcome to ask on UserVoice. There are already several related suggestions like Ability to control FM radio via APIs like we did in Silverlight for Windows Phone and FM Radio RDS support if FM Radio APIs are brought in. Please feel free to vote on them, your feedback has made Windows better!