init(url:)
Initializes a video node using a URL.
Declaration
init(url: URL)Parameters
- url:
The URL for the video to play.
Return Value
An initialized video node.
Initializes a video node using a URL.
init(url: URL)The URL for the video to play.
An initialized video node.