Page Summary
-
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
positionparameter of thevideoView:didUpdatePosition:method.
<GVRVideoViewDelegate> Protocol Reference
Overview
Defines a protocol to notify delegates of change in video playback.
Inherits <GVRWidgetViewGVRWidgetViewDelegate>.
Instance Method Summary | |
| (void) | - videoView:didUpdatePosition: |
| Called when position of the video playback head changes. More... | |
Method Detail
| - (void) videoView: | (GVRVideoView *) | videoView | |
| didUpdatePosition: | (NSTimeInterval) | position | |
Called when position of the video playback head changes.