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
Can you set the playerURL without playing the video? I want to set the playerURL, scrub to a frame but play the video at a later time. I tried this but cannot do because VideoPlayerView.playerURL is a getter only property:
VideoPlayerView.playerURL = playerURL
Also, how to make VideoPlayerVIew show first frame of video after setting playerURL?
The text was updated successfully, but these errors were encountered:
Can you set the
playerURL
without playing the video? I want to set theplayerURL
, scrub to a frame but play the video at a later time. I tried this but cannot do becauseVideoPlayerView.playerURL
is a getter only property:VideoPlayerView.playerURL = playerURL
Also, how to make VideoPlayerVIew show first frame of video after setting
playerURL
?The text was updated successfully, but these errors were encountered: