What events are fired by Bluetooth AVRCP commands in Windows

后端 未结 2 627
囚心锁ツ
囚心锁ツ 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 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.

提交回复
热议问题