hello,brother.
I read the demo and understand get the position with method "videoView: videoView didUpdatePosition:", but I need the time accurately to hundredths of a second, do you have good suggestions?
GVRView API (that includes GVRVideoView) is now deprecated. Please switch to GVRKit. It is also available as a Cocoapod. Take a look at the updated VideoWidgetDemo sample app. You can do this using the AVPlayer instance you supply to GVRKit.
hello,brother. I read the demo and understand get the position with method "videoView: videoView didUpdatePosition:", but I need the time accurately to hundredths of a second, do you have good suggestions?