next method

void next()

Jumps to next Media in the Player's queue.

Implementation

void next() {
  LWM.bindings.PlayerNext(
    id,
  );
}