Skip to content

Commit

Permalink
fix: update readme to match types and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark committed Mar 3, 2022
1 parent 7c09b7a commit f1c1abf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ Sent when the player successfully switches to a new bitrate.
playhead: 0,
duration: 0,
payload: {
bitrate: "", // bitrate in Kbps
width?: "", // video width in pixels
height?: "", // video height in pixels
videoBitrate?: "", // if available provide the bitrate for the video track
audioBitrate?: "", // if available provide the bitrate for the audio track
bitrate: 0, // bitrate in Kbps
width?: 0, // video width in pixels
height?: 0, // video height in pixels
videoBitrate?: 0, // if available provide the bitrate for the video track
audioBitrate?: 0, // if available provide the bitrate for the audio track
}
}
```
Expand Down

0 comments on commit f1c1abf

Please sign in to comment.