init(avAudioNode:)
Initializes an audio player for playing the specified AVFoundation audio node.
Declaration
init(avAudioNode audioNode: AVAudioNode)Parameters
- audioNode:
An audio node object.
Return Value
A positional audio player object.
Discussion
Using this initializer is typically not necessary. Instead, call the audioPlayerWithAVAudioNode: method, which returns a cached audio player object if one for the specified AVAudioNode object has already been created and is available for use.