Contents

PHASEPushStreamBufferOptions

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

Declaration

struct PHASEPushStreamBufferOptions

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

Options

See Also

Audio-Providing Nodes