Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有适用于 Windows Phone 8 的 API 允许接收耳机事件,例如当用户按下播放/停止按钮时?我会对这些事件感兴趣,以便在我的应用程序中做出相应的反应。
问候,
如果此时您正在控制设备上的音频/视频(通过MediaElement或BackgroundAudioPlayer),那么将在您的代码中通过MediaElement或引发播放/暂停事件BackgroundAudioPlayer。
MediaElement
BackgroundAudioPlayer
如果您无法控制音频/视频,则无法捕获这些事件。