![]() |
Previous | Next |
The getMode method determines whether the loop mode or shuffle mode is active.
Syntax
player.settings.getMode(modeName)
Parameters
modeName
String specifying the name of the mode in question, containing one of the following values.
String | Description |
loop | Mode indicating that the sequence of tracks repeats itself. |
shuffle | Mode indicating that the tracks are played in random order. |
Return Values
This method returns a Boolean value indicating whether the specified mode is active.
See Also
Previous | Next |