googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
647 stars 191 forks source link

Forwarding Feature #83

Closed anks62 closed 8 years ago

anks62 commented 8 years ago

@nathanmartz hi how are you? I want to know that google provide any feature for forwarding video, I think you provided in Android in videoWidgetDemo Actually I have already made Forwarding video by the use of slider controller and use your method seekTo (_videoView seekTo:45) to forward video

but i want to know any this type of feature provide by you in video widget for iOS

@nathanmartz

Thanks Have a nice day

nathanmartz commented 8 years ago

Hi. In time we will align the iOS API with the Android one, but we're focused n fixing some more critical bugs right now.

On Thu, Jul 21, 2016 at 5:20 AM, anks62 notifications@github.com wrote:

@nathanmartz https://github.com/nathanmartz hi how are you? I want to know that google provide any feature for forwarding video, I think you provided in Android in videoWidgetDemo Actually I have already made Forwarding video by the use of slider controller and use your method seekTo (_videoView seekTo:45) to forward video

but i want to know any this type of feature provide by you in video widget for iOS

@nathanmartz https://github.com/nathanmartz

Thanks Have a nice day

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googlevr/gvr-ios-sdk/issues/83, or mute the thread https://github.com/notifications/unsubscribe-auth/ANamfsxCRx_LcjNdg3nrMLalzWBF9_aiks5qX2QagaJpZM4JRvEB .

dav-cz commented 8 years ago

As you wrote the GVRWidgetView API lets you do this programmatically with the "seekTo" function

The only difference with Android is that the sample app doesn't have a slider, but that's not a shortcoming of the API itself, so closing this.