![]() |
Previous | Next |
The StringCollection object provides a way to manipulate a collection of strings.
The StringCollection object supports the following property.
Property | Description |
count | Retrieves the number of items in the string collection. |
The StringCollection object supports the following method.
Method | Description |
item | Retrieves the string at the given index. |
The StringCollection object is accessed through the following method.
Object | Method |
MediaCollection | getAttributeStringCollection |
For purposes of illustration, player.mediaCollection.getAttributeStringCollection(attribute, mediaType) is used in the reference syntax sections.
Previous | Next |