Documentation for this section has not yet been entered.
Gets the app VSYNC offset, in nanoseconds. This is a positive value indicating the phase offset of the VSYNC events provided by Choreographer relative to the display refresh. For example, if Choreographer reports that the refresh occurred at time N, it actually occurred at (N - appVsyncOffset).
Apps generally do not need to be aware of this. It's only useful for fine-grained A/V synchronization.