---
title: CATapMuteBehavior
framework: coreaudio
role: symbol
role_heading: Enumeration
path: coreaudio/catapmutebehavior
---

# CATapMuteBehavior

## Declaration

```swift
enum CATapMuteBehavior
```

## Overview

Overview CATapMuteBehavior describes the playback behavior of the process being tapped. The default value is CATapUnmuted. Audio is captured by the tap and also sent to the audio hardware Audio is captured by the tap but no audio is sent from the process to the audio hardware Audio is captured by the tap and also sent to the audio hardware until the tap is read by another audio client.  For the duration of the read activity on the tap no audio is sent to the audio hardware.

## Topics

### Enumeration Cases

- [CATapMuteBehavior.muted](coreaudio/catapmutebehavior/muted.md)
- [CATapMuteBehavior.mutedWhenTapped](coreaudio/catapmutebehavior/mutedwhentapped.md)
- [CATapMuteBehavior.unmuted](coreaudio/catapmutebehavior/unmuted.md)

### Initializers

- [init(rawValue:)](coreaudio/catapmutebehavior/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Enumerations

- [Anonymous](coreaudio/1580748-anonymous.md)
- [Anonymous](coreaudio/1580731-anonymous.md)
- [Anonymous](coreaudio/1580722-anonymous.md)
- [Anonymous](coreaudio/1580720-anonymous.md)
- [Anonymous](coreaudio/1580736-anonymous.md)
- [Anonymous](coreaudio/1580737-anonymous.md)
- [Anonymous](coreaudio/1580746-anonymous.md)
- [Anonymous](coreaudio/1580723-anonymous.md)
- [Anonymous](coreaudio/1580747-anonymous.md)
- [Anonymous](coreaudio/1580749-anonymous.md)
- [Anonymous](coreaudio/1580719-anonymous.md)
- [Anonymous](coreaudio/1580715-anonymous.md)
- [Anonymous](coreaudio/1580740-anonymous.md)
- [Anonymous](coreaudio/1580741-anonymous.md)
- [Anonymous](coreaudio/1580726-anonymous.md)
