Esempio n. 1
0
 public void SeekInSegment(long pos)
 {
     player.SeekInSegment(pos, GetRateFromScale());
     if (SeekEvent != null)
     {
         SeekEvent(pos);
     }
 }