I'm trying to use VLCKit to loop a portion of a video, without showing any extra frames beyond the provided bounds. I figured I could pay attention to the mediaPlayerTimeChanged callback, and rewind once I get to the end of the portion of the video that I want to repeat. Unfortunately it looks like ...