Using the libvlc_media_player methods, is there a way to set the repeat count for a video?
e.g. if I want to repeat the video twice: libvlc_media_player_play(2) or forever: libvlc_media_player_play(-1)
This may change depending on the video being played so it's not something I can pass in to libvlc_new(). I have multiple videos going inside the same dialog.