<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImage/touchBarAudioOutputVolumeLowTemplateName",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSImageNameTouchBarAudioOutputVolumeLowTemplate"
  },
  "title" : "touchBarAudioOutputVolumeLowTemplateName"
}
-->

# touchBarAudioOutputVolumeLowTemplateName

A template image for setting the audio output volume to a low level, or for denoting that it is set to a low level.

```
class let touchBarAudioOutputVolumeLowTemplateName: String
```

## Discussion

![Template image for audio output volume low](images/com.apple.appkit/media-2825105@2x.png)

Touch Bar template images are exclusively for use in [`NSTouchBarItem`](/documentation/AppKit/NSTouchBarItem) objects and not in onscreen windows.

Use template images for your `NSTouchBarItem` images because, in the Touch Bar, template images respond automatically to system white-point changes.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)