Media Framework

Is there any C++ sample code for media framework ?
I am stuck with is issue, now I can play single video stream(HTTP) with Media Player via BP, but I have mutiple video sources, how can I change video playing by C++ programming(such loop, play next one automatically etc.), anybody has such kind of experience ?

What are you trying to do? What have you tried so far? Where are you stuck?

The C++ API is pretty much the same as the BP API, so it should be straightforward to port your implementation over.

oh, sorry, it been a while since I posted this. I finally figured it out, just expose the MediaPlayer(object declared in c++ ) to UE edtior, then bind it in the UE editor, after that I can access all the C++ APIs, anyway, thanks for your kindness.