This site has been permanently archived. The content on this site was last updated in 2019.
<GVRVideoViewDelegate> Protocol
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."],[[["Defines a protocol to notify delegates of changes in video playback, inheriting from `GVRWidgetViewDelegate`."],["Includes a method, `videoView:didUpdatePosition:`, which is called when the video playback head's position changes."],["Provides delegates with updates on the current playback time through the `position` parameter of the `videoView:didUpdatePosition:` method."]]],["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"]]