The Daydream View VR headset is no longer available for purchase as of October 15, 2019. As of November 2023, previously supported devices will no longer be able to download and install Google VR Serivces (Android application ID com.google.vr.vrcore) for new users.
Called when position of the video playback head changes.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["The `GVRVideoViewDelegate` protocol notifies delegates about video playback changes. It inherits from `GVRWidgetViewGVRWidgetViewDelegate`. The core action is the `-videoView:didUpdatePosition:` method, which is triggered when the video's playback head position changes. This method provides the `GVRVideoView` instance and the new `NSTimeInterval` position. The protocol essentially signals updates on the current playback time of the video.\n"]]