THEOplayer > QualityList
Inherits from Array<Quality>. See parent page for inherited properties and methods.
List of qualities.
Signature:
export interface QualityList extends Array<Quality>
Method |
Description |
---|---|
Return the quality at the requested index in the list. |
Return the quality at the requested index in the list.
Signature:
item(index: number): Quality;
Parameter |
Type |
Description |
---|---|---|
index |
|
A |
The quality with index index
in the list.