コード例 #1
0
 private int getProgress() {
   if (videoPlayerInterface != null) {
     return videoPlayerInterface.getProgress();
   }
   return 0;
 }