# canSetPlaybackSpeed

> Whether you can change the playback speed. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Video](/engine/6000.5/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
public bool canSetPlaybackSpeed { get; }
```

### Remarks

This value is only valid after the movie has been prepared. See [VideoPlayer.Prepare](/engine/6000.5/script-reference/unityengine/video/videoplayer/prepare.md).
