How to start com.sun.star.drawing.MediaShape video object with macro?

I have a spreadsheet with a video in it. I can use the Media Playback toolbar to do all the basics (play, pause, stop …).

With a basic macro I can change the video URL ( the actual object type is com.sun.star.drawing.MediaShape ), but how do I do the basics like play, pause, stop etc.?

I’m guessing I some how need obtain a com.sun.star.media.XPlayer interface that points to the video in my MediaShape object, but how to do this?