-
-
Returns any MediaItem in the collection.
-
-
Displays the number of elements in the MediaItem.
-
-
Returns every MediaItem in the collection.
-
-
Returns the first MediaItem in the collection.
-
-
Returns the MediaItem with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the MediaItem with the specified ID.
-
-
Returns the MediaItem with the specified name.
-
-
Returns the MediaItems within the specified range.
from
|
The MediaItem, index, or name at the beginning of the range. Can accept: MediaItem, Long Integer or String.
|
to
|
The MediaItem, index, or name at the end of the range. Can accept: MediaItem, Long Integer or String.
|
-
-
Returns the last MediaItem in the collection.
-
-
Returns the middle MediaItem in the collection.
-
-
Returns the MediaItem whose index follows the specified MediaItem in the collection.
obj
|
MediaItem
The MediaItem whose index comes before the desired MediaItem.
|
-
-
Returns the MediaItem with the index previous to the specified index.
obj
|
MediaItem
The index of the MediaItem that follows the desired MediaItem.
|
-
-
Generates a string which, if executed, will return the MediaItem.