---
title: entries
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phasespatialpipeline/entries
---

# entries

Audio layers for environmental effects to add to the output.

## Declaration

```swift
var entries: [PHASESpatialCategory : PHASESpatialPipelineEntry] { get }
```

## Discussion

Discussion This property includes an entry for each spatial category that the app includes in the init(flags:) argument. Adjust an entry’s send level to blend its audio layer into the output signal. For example, by fading the input audio signal using the sendLevelMetaParameterDefinition property of the directPathTransmission entry, the app can lower the dry signal and blend in the right balance of early reflections and reverb.

## See Also

### Inspecting Effects

- [flags](phase/phasespatialpipeline/flags-swift.property.md)
