This site has been permanently archived. The content on this site was last updated in 2019.
<GVRVideoViewDelegate> Protocol
Stay organized with collections
Save and categorize content based on your preferences.
Defines a protocol to notify delegates of change in video playback.
Inherits <GVRWidgetViewGVRWidgetViewDelegate>.
- (void) videoView: |
|
(GVRVideoView *) |
videoView |
didUpdatePosition: |
|
(NSTimeInterval) |
position |
|
|
| |
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.
[null,null,["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"],null,[]]