Contents

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.

See Also

Creating a Video Node