Multimedia control

Hello!

Is it possible to control from App Inventor the music playback of other applications? I mean: play, pause, toggle, adjust volume, next track, mute, etc. Similar to what a bluetooth headset does, but in this case from the application created in App Inventor.

Example:
Considering that you are playing music from Spotify or YT Music and you have developed an app with three buttons:

  • Button A is pressed -> The music stops (STOP).
  • Button B is pressed -> The next track is played (NEXT TRACK).
  • Press button C -> The track is played (PLAY/PAUSE).

Thanks in advance.