AVRCP Metadata Requesting #734
-
Hi @pschatzmann Thanks for the library, it has been a great help with my project, I do have a query, I have been able to reference the examples and get data like the Title, Artist, etc, and also can get the playback time position from your example, but the Playback position for example, only reports back when you pause, and the track titles only report back when you change tracks, is there a call we can use to ask for this Metadata from the connected device? instead of having to perform actions to get the response back from the device. I would like for the Playback position request to be called in the Main Loop so we can constantly report back play position and update the output display with it the play time ticking over. Does your Library also support getting & setting the 'Repeat' and 'Shuffle' data from the connected device? Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To my kownledge the A2DP sink can only subscribe to AVRC eventds and it is up to the source (e.g. your mobile phone) to send updates! |
Beta Was this translation helpful? Give feedback.
-
Thank you for the response, If I figure anything out, I'll be sure to update here |
Beta Was this translation helpful? Give feedback.
To my kownledge the A2DP sink can only subscribe to AVRC eventds and it is up to the source (e.g. your mobile phone) to send updates!
I also think A2DP does not support any Repeat' or 'Shuffle