init(url:)
Initializes an audio node from an audio asset with the specified URL.
Declaration
convenience init(url: URL)Parameters
- url:
The URL of an audio file.
Return Value
A newly initialized audio node.
Initializes an audio node from an audio asset with the specified URL.
convenience init(url: URL)The URL of an audio file.
A newly initialized audio node.