Dominic Szablewski 10 年前
父节点
当前提交
ee3bcaf825
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md 查看文件

45
 // Passing 'seekable: true' also populates the total frame count and duration
45
 // Passing 'seekable: true' also populates the total frame count and duration
46
 // of the video
46
 // of the video
47
 
47
 
48
-console.log('Duration: '+player.duration+' seconds ('+frames+' player.frameCount)')
48
+console.log('Duration: '+player.duration+' seconds ('+player.frameCount+' frames)')
49
 
49
 
50
 
50
 
51
 
51