item
Returns the media item located in the indicated array index.
Declaration
MediaItem item(
in int index
);Parameters
- index:
The array index for the
MediaItem.
Return Value
The MediaItem object located in the designated index location. This method returns null if the index is out of range.