| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This patch fixes a crash when setting the startTime of a video on iOS
|
|
||
| if (m_player != nil) | ||
| m_player.currentItem.reversePlaybackEndTime = m_start_time; | ||
| SetCurrentTime(ctxt, p_time); |
There was a problem hiding this comment.
@livecodepanos SetCurrentTime just seeks to that position. the startTime should specify the position that the video begins playback from, including when looping
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This patch fixes a crash when setting the startTime of a video on iOS