Searched refs:toSeconds (Results 1 – 1 of 1) sorted by relevance
614 this.media.currentTime = Popcorn.util.toSeconds( arg );674 sec = Popcorn.util.toSeconds( id );741 sec = Popcorn.util.toSeconds( time );1245 track.start = Popcorn.util.toSeconds( track.start, this.parent.options.framerate );1246 track.end = Popcorn.util.toSeconds( track.end, this.parent.options.framerate );2598 toSeconds: function( timeStr, framerate ) { method in Popcorn.util