---
title: "init(mixerDefinition:format:)"
framework: phase
role: symbol
role_heading: Initializer
path: "phase/phasepullstreamnodedefinition/init(mixerdefinition:format:)"
---

# init(mixerDefinition:format:)

## Declaration

```swift
init(mixerDefinition: PHASEMixerDefinition, format: AVAudioFormat)
```

## Parameters

- `mixerDefinition`: The mixer definition this stream will be assigned to
- `format`: The AVAudioFormat object that will define the attributes of the audio this node will accept. Only Core Audio’s standard deinterleaved 32-bit floating-point formats are supported.

## Return Value

Return Value A new PHASEPullStreamNodeDefinition object

## Discussion

Discussion Create a pull stream node definition
