Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Created February 20, 2019 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgpt10/9882041c35f3a94c774ef0733b30fdf3 to your computer and use it in GitHub Desktop.
Save pgpt10/9882041c35f3a94c774ef0733b30fdf3 to your computer and use it in GitHub Desktop.
let asset = AVAsset(url: url)
let playerItem = AVPlayerItem(asset: asset)
let player = AVPlayer(playerItem: playerItem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment