setIndex
static setIndex = pos
Player.setIndex
gets an integer and sets audio index if integer is in list range.
To apply changes you should force reload player.
Example:
Player.setIndex(0).reload();
static setIndex = pos
Player.setIndex
gets an integer and sets audio index if integer is in list range.
To apply changes you should force reload player.
Example:
Player.setIndex(0).reload();