---
title: MediaOutputDevice.VolumeControl.absolute
framework: mediadevice
role: symbol
role_heading: Case
path: mediadevice/mediaoutputdevice/volumecontrol-swift.enum/absolute
---

# MediaOutputDevice.VolumeControl.absolute

Full volume control is supported, setVolume(_:for:) may be used to set the volume.

## Declaration

```swift
case absolute
```

## Mentioned in

Creating a media device extension

## Discussion

Discussion The device supports absolute volume control, allowing direct setting of volume to specific levels (such as 0-100%). This provides the most precise volume control and enables features like volume sliders in the user interface.
