Android Native Window timestamp
问题 I've got a simple NDK Android code to decode and play simple video file. I have noticed that Android has native_window_set_buffers_timestamp(ANativeWindow, int64_t); method. I read that it gives timestamps to frames added to the queue. Is there a possibility to use these stamps to cause dequeue and render frames in planned by me time moments? I've got code similar to described: in this example I'm setting Presentation Time Stamps as in example (I'm sure I've got right values, I set them in