What events are fired by Bluetooth AVRCP commands in Windows

后端 未结 2 628
囚心锁ツ
囚心锁ツ 2021-02-01 05:22

Just doing some advanced scouting so to speak here... For my Pandora client, Elpis, I support global media keys (MediaPlayPause, MediaNext, etc. on the keyboard) and I want to b

相关标签:
2条回答
  • 2021-02-01 05:47

    Don't know where its documented at MSDN...assuming it exists at all. But I have some other references:

    http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/CON-T564_WH08.pptx

    • Slide 10 -- "HF and AVRCP controls are mapped to Human Interface Device (HID) controls"
    • Slide 14 -- "AVRCP Controls are mapped to Human Interface Device (HID) API" and table of mapping between AVRCP and HID values

    IIRC it's also discussed by Larry Ostermann in this video: http://channel9.msdn.com/blogs/charles/inside-windows-7-larry-osterman-on-new-audio-capabilities At least Bluetooth phone Call control is discussed at 00:33:35 according to my notes.

    0 讨论(0)
  • 2021-02-01 06:00

    There isn't a set of exposed events available for Bluetooth on Windows. Btd.dll contains this functionality and uses the PassThruOpId enum for play, stop, pause, FF and RW. Click here for the MSDN entry on this.

    UPDATE As per the comment below I am unable to find any documentation other than that of the Compact Framework for this question.

    UPDATE: Here is a link to the Windows Bluetooth Driver Stack. Also checkout this other stack question.

    0 讨论(0)
提交回复
热议问题