package com.github.libretube.interfaces interface PlayerOptionsInterface { fun onAutoplayClicked() fun onCaptionClicked() fun onQualityClicked() fun onPlaybackSpeedClicked() fun onAspectRatioClicked() fun onRepeatModeClicked() }