void TryResetPlayhead() { AVPlayerItem cItem = Player.CurrentItem; if (cItem.CurrentTime >= cItem.Duration) { cItem.Seek(CMTime.Zero, CMTime.Zero, CMTime.Zero); } }
private void RevindVideo(NSNotification o) { _currentVideoPlayerItem.Seek(CMTime.Zero); }