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