Seek() public method

public Seek ( float position ) : void
position float
return void
Exemplo n.º 1
0
 public void SetPosition(float position)
 {
     _vlcService.Seek(position);
 }