setOnInfo method

void setOnInfo(
  1. OnInfo info
)

视频当前播放位置回调

Implementation

void setOnInfo(OnInfo info) {
  this.onInfo = info;
}