changeToMediaAtIndex
Immediately begins playing the media item at the specified index in the playlist.
Declaration
void changeToMediaAtIndex(
in int index
);Parameters
- index:
An integer indicating a position in the playlist.
Immediately begins playing the media item at the specified index in the playlist.
void changeToMediaAtIndex(
in int index
);An integer indicating a position in the playlist.