I am working with HTML5 VideoSource extensions and I need to know how the time is reported on the 'updateend' event. When I log the event to the Chrome console I get the following data:
As shown in the screenshot there is a timeStamp value reported as timeStamp. I am currently unable to make heads or tails of it and need to know is it milliseconds, microseconds or nanoseconds?. Also how can I convert it into seconds so that I can compare the time that the videoplayer is playing to the time that the event was fired?.