![]() |
Previous | Next |
The item method retrieves the string at the given index.
Syntax
player.mediaCollection.getAttributeStringCollection(attribute, mediaType).item(index)
Parameters
index
Number (long) containing the index.
Return Values
This method returns a String.
Remarks
The StringCollection object is used to retrieve the set of values available for an attribute. For example, the MediaCollection.getAttributeStringCollection method can be used to retrieve a StringCollection object representing all the values for the Genre attribute within the Audio media type. The item property can then be used to iterate through all of the possible values for the Genre attribute.
See Also
Previous | Next |