groupedSrc method, Readme

This commit is contained in:
Kasper Moskwiak 2015-12-19 23:43:59 +01:00
parent 7250a1dcee
commit 0c390b3f2e
2 changed files with 50 additions and 1 deletions

View file

@ -195,6 +195,10 @@
return player;
};
/**
* Returns grouped sources by label, resolution and type
* @returns {Object} grouped sources: { label: { key: [] }, res: { key: [] }, type: { key: [] } }
*/
player.getGroupedSrc = function(){
return groupedSrc;
}