package videoplayer_lib; /** * Created by Administrator on 2018/9/19. */ public interface OnPlayStateChanged { void onPlaySuccess(); //播放完成 }