---
title: PHASEPushStreamBufferOptions
framework: phase
role: symbol
role_heading: Structure
path: phase/phasepushstreambufferoptions
---

# PHASEPushStreamBufferOptions

Options that inform PHASE of an audio-stream buffer’s playback priority.

## Declaration

```swift
struct PHASEPushStreamBufferOptions
```

## Overview

Overview When your app provides audio buffers that PHASE plays through a PHASEPushStreamNode, use this structure to inform PHASE of a particular buffer’s priority. Associate an option to a particular buffer by passing it in to the scheduleBuffer(buffer:time:options:) function of a PHASEPushStreamNode.

## Topics

### Creating an Option

- [init(rawValue:)](phase/phasepushstreambufferoptions/init(rawvalue:).md)

### Options

- [default](phase/phasepushstreambufferoptions/default.md)
- [interrupts](phase/phasepushstreambufferoptions/interrupts.md)
- [interruptsAtLoop](phase/phasepushstreambufferoptions/interruptsatloop.md)
- [loops](phase/phasepushstreambufferoptions/loops.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Audio-Providing Nodes

- [PHASESamplerNodeDefinition](phase/phasesamplernodedefinition.md)
- [PHASEPlaybackMode](phase/phaseplaybackmode.md)
- [PHASEPushStreamNodeDefinition](phase/phasepushstreamnodedefinition.md)
- [PHASEPushStreamNode](phase/phasepushstreamnode.md)
- [PHASECalibrationMode](phase/phasecalibrationmode.md)
- [PHASEGeneratorNodeDefinition](phase/phasegeneratornodedefinition.md)
