jump method

void jump(
  1. int index
)

Jumps to specified Media's index in the Player's queue.

Implementation

void jump(int index) {
  LWM.bindings.PlayerJump(
    id,
    index,
  );
}