简体   繁体   中英

How can I access the FMRadio module by WinRT with Metro style app on Win8

I want to implement a metro style app with FMRadio on ARM platform but I'm not clear which WinRT API I can use.(My FMRadio is an onboard module not a dongle.)

On windows phone, there has one class called "FMRadio class" and it is as a controller for the device radio.

Does the WinRT support the FMRadio like "FMRadio class" on windows phone?

There does not seem to be an API tailored specifically for radio and it is hard to tell without a compatible device that has one and no version of Windows 8 that runs on ARM available at this time, but perhaps these articles contain some generic APIs that could be used for that in the future? Windows.Media.Devices , DeviceInformation.Properties , Windows.Devices.Enumeration .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM