Skip to content

Commit

Permalink
Merge pull request #184 from ooyala/player-2011
Browse files Browse the repository at this point in the history
[player-2011]
  • Loading branch information
pilievOoyala authored Nov 21, 2017
2 parents 05433da + 4f14379 commit 4ed4c32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,18 @@
"default": "false"
}
}
},
"qualitySelection":{
"description":"Configuration for the control bar quality selection panel/popover",
"type":"object",
"properties":{
"format":{
"description":"Determine the format of the quality options. Available formats: bitrate only, resolution only, and resolution + bitrate.",
"type":"string",
"enum": ["bitrate", "resolution", "resolution bitrate"],
"default":"bitrate"
}
}
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
},
"tooltips":{
"enabled":false
},
"qualitySelection":{
"format": "bitrate"
}
},
"live": {
Expand Down

0 comments on commit 4ed4c32

Please sign in to comment.