gpt4 book ai didi

c# - 如何在 wp7 中通过扬声器播放广播

转载 作者:行者123 更新时间:2023-11-30 17:54:58 26 4
gpt4 key购买 nike

我使用下面指定的代码在我的 Windows Phone7 应用程序中实现了 radio ,现在我想提供额外的选项以通过扬声器播放,

我怎样才能完全填写这个选项有什么想法吗?可能吗?

FMRadio.Instance.CurrentRegion = RadioRegion.UnitedStates;
FMRadio.Instance.PowerMode = RadioPowerMode.On;
FMRadio.Instance.Frequency =101.5 ;

if (FMRadio.Instance.SignalStrength == 0.0)
{
MessageBox.Show("Please connect your phone to the headset.");
}
}
catch (Exception ex)
{
MessageBox.Show("Error Message:-> " + ex.Message + "FM Radio is not connected");
}

最佳答案

这是不可能的,因为 FMRadio API 中什么都没有这将使您能够做到这一点。

内置 radio (可在音乐+视频中心访问)确实具有此功能 if you tap+hold the station number ,但开发人员根本无法使用它。

还值得注意的是,WP8 设备没有启用 radio ,but that may change in the future .

关于c# - 如何在 wp7 中通过扬声器播放广播,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15524013/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com