Contents

init(flags:)

Creates a spatial pipeline with the specified flags.

Declaration

init?(flags: PHASESpatialPipeline.Flags)

Parameters

  • flags:

    An array of sound-resonance effects to include in the spatial pipeline’s output. The framework adds an entry to the Entries property for each element that the app includes in this collection.

Discussion

This initializer returns nil for a nil flags argument.

See Also

Creating a Spatial Pipeline