public void seekTo(Long ms) {
   if (handler != null) {
     handler.seekTo(ms);
   }
 }