![]() |
Previous | Next |
The getAttributeStringCollection method retrieves a StringCollection object representing the set of all values for a given attribute within a given media type.
Syntax
player.mediaCollection.getAttributeStringCollection(attribute, mediaType)
Parameters
attribute
String specifying the attribute. Contains one of the following values: “Album”, “Author”, “Artist”, or “Genre”.
mediaType
String representing the media type. Contains one of the following values: “Audio” or “Video”.
Return Values
This method returns a StringCollection object.
See Also
Previous | Next |