作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用下面指定的代码在我的 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/
我是一名优秀的程序员,十分优秀!