# GetDirectAudioVolume(ushort)

> Return the direct-output volume for specified track.

## Definition

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

```csharp
public float GetDirectAudioVolume(ushort trackIndex)
```

### Parameters

**** (\[ushort]\(https\://learn.microsoft.com/dotnet/api/system.uint16)): Track index for which the volume is queried.

### Returns

| Type                                                          | Description              |
| ------------------------------------------------------------- | ------------------------ |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | Volume, between 0 and 1. |
