# canSetDirectAudioVolume

> Whether direct-output volume controls are supported for the current platform and video format. (Read Only)

## Definition

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

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

### Remarks

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