getIndex
static getIndex = ()
Player.getIndex
returns current audio index. It may be used with getList
to see more info about current audio.
Example:
var audio_info = Player.getList()[Player.getIndex()];
static getIndex = ()
Player.getIndex
returns current audio index. It may be used with getList
to see more info about current audio.
Example:
var audio_info = Player.getList()[Player.getIndex()];