# Sandbox.MusicPlayer.Seek

```csharp
void Seek(float time)
```

Sets the playback position to a specified time in the audio, given in seconds.

### Parameters

- `time` (`float`)

Declared in [Sandbox.MusicPlayer](/api/Sandbox.MusicPlayer).
Assembly: `Sandbox.Engine`.
