init(mixerDefinition:format:identifier:)
Declaration
convenience init(mixerDefinition: PHASEMixerDefinition, format: AVAudioFormat, identifier: String)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.
- identifier:
An optional custom identifier to give to this object
Return Value
A new PHASEPullStreamNodeDefinition object
Discussion
Create a pull stream node definition