public void Seek(TimeSpan time)
 {
     underlyingPlayer.Seek(time);
 }
Esempio n. 2
0
 public void Seek(TimeSpan span)
 {
     player.Seek(span);
 }