Contents

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.

See Also

Creating a Video Node