Skip to content

Commit

Permalink
docs: Clarify description of drmTimeSeconds. (#4768)
Browse files Browse the repository at this point in the history
Issue #4725
  • Loading branch information
theodab authored Nov 29, 2022
1 parent e89eeb6 commit c5a86a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion externs/shaka/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ shaka.extern.StateChange;
* @property {number} manifestTimeSeconds
* The amount of time it took to download and parse the manifest.
* @property {number} drmTimeSeconds
* The amount of time it took to download the first drm key.
* The amount of time it took to download the first drm key, and load that key
* into the drm system.
* @property {number} playTime
* The total time spent in a playing state in seconds.
* @property {number} pauseTime
Expand Down

0 comments on commit c5a86a8

Please sign in to comment.