---
title: AVAudioMixingDestination
framework: avfaudio
role: symbol
role_heading: Class
path: avfaudio/avaudiomixingdestination
---

# AVAudioMixingDestination

An object that represents a connection to a mixer node from a node that conforms to the audio mixing protocol.

## Declaration

```swift
class AVAudioMixingDestination
```

## Overview

Overview You can only use a destination instance when a source node provides it. You can’t use it as a standalone instance.

## Topics

### Getting Mixing Destination Properties

- [connectionPoint](avfaudio/avaudiomixingdestination/connectionpoint.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [AVAudio3DMixing](avfaudio/avaudio3dmixing.md)
- [AVAudioMixing](avfaudio/avaudiomixing.md)
- [AVAudioStereoMixing](avfaudio/avaudiostereomixing.md)
- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting and Setting the Destination

- [destination(forMixer:bus:)](avfaudio/avaudiomixing/destination(formixer:bus:).md)
