Top "Avkit" questions

AVKit is an API developed by Apple Inc.

How to play video with AVPlayerViewController (AVKit) in Swift

How do you play a video with AV Kit Player View Controller in Swift? override func viewDidLoad() { super.viewDidLoad() let …

ios swift avfoundation avplayerviewcontroller avkit
Getting url for PHAsset

I am using a custom image picker to pick a time lapse and I want to get the url of …

ios objective-c avplayer avkit
Close AVPlayer when movie is complete

I am making a simple iPad app to play a movie when a button is pressed. The movie plays and …

ios swift avfoundation avkit
Playing Streaming Video With AVPlayer

How do you play a streaming video with AVPlayer? import Cocoa import AVKit class StreamViewController: NSViewController { var videoPlayer: AVPlayer! @IBOutlet …

ios swift macos avplayer avkit
Detecting AVPlayer video start stop events

Here is nice simple avplayer piece of code playing a small collection of videos in a queue. My question. I …

swift avfoundation avplayer avqueueplayer avkit