Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
playback_info: add delay information
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Oct 12, 2014
1 parent 41af7ed commit ddf770c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playback_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class PlaybackInfo extends BaseObject {

setMain(main) {
this.main = main
this.data.delay = this.main.el.getDelay()
this.listenTo(this.main, 'playback:stats:add', (metrics) => this.addData(metrics))
}

Expand Down

0 comments on commit ddf770c

Please sign in to comment.