コード例 #1
0
ファイル: DHGroup.java プロジェクト: eclipse/vjet.all
 /**
  * The user agent estimates that if playback were to be started now, the media resource could be
  * rendered at the current playback rate all the way to its end without having to stop for further
  * buffering.
  */
 @Override
 public DHGroup setHtmlOnCanPlayThrough(final String script) {
   super.setHtmlOnCanPlayThrough(script);
   return this;
 }