cosparks / trypdeck

0 stars 0 forks source link

Test libvlc_media_list_player #16

Closed cosparks closed 2 years ago

cosparks commented 2 years ago

This struct appears to have a more comprehensive API, including functions for looping and pausing media playback, which libvlc_media_player doesn't have. Run some sandbox tests to see if it behaves as you might expect.

Replace calls to media_player api if it works out