/** * 视频播放完成事件回调 */ public void OnCompletion(IMediaPlayer p0) { mPlayerView.Pause(); }
internal void Pause() { Body.Pause(); }