Set whether the player should play the media automatically.
bool setAutoPlay(bool autoPlay) { if (autoPlay != this.autoPlay.value) { this.autoPlay.value = autoPlay; return true; } return false; }