You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Open URL
• Quit at any timecode
• Re-open same URL
• Playback will start at the last timecode
What happens:
• Playback starts a few seconds into the file
It happens because the full file isn't loaded of course. iOS's MPMoviePlayerController provides initialPlaybackTime to gain this feature, but I can't find the same thing in QTMovie.
The text was updated successfully, but these errors were encountered:
What is expected:
• Open URL
• Quit at any timecode
• Re-open same URL
• Playback will start at the last timecode
What happens:
• Playback starts a few seconds into the file
It happens because the full file isn't loaded of course. iOS's MPMoviePlayerController provides initialPlaybackTime to gain this feature, but I can't find the same thing in QTMovie.
The text was updated successfully, but these errors were encountered: