Top "Avplayer" questions

An AVPlayer object is used to implement controllers and user interfaces for single- or multiple-item playback.

AVPlayer And Local Files

I am building a MP3 player for iOS that plays audio files hosted on the web. I want to offer …

iphone ipad avfoundation avplayer
Calling function from another ViewController in swift

I have already looked in Stackoverflow but I can't get an answer. I want to create function that stop playing …

ios swift avplayer
How to stop a video in AVPlayer?

I am using this code to play video file using avplayer how do I stop it [videoView setHidden:NO]; NSArray *…

objective-c avfoundation avplayer
Timeline Progress bar for AVPlayer

AVPlayer is fully customizable, unfortunately there are convenient methods in AVPlayer for showing the time line progress bar. AVPlayer *player = […

iphone ios avfoundation avplayer uiprogressview
AVPlayer, notification for play/pause state?

I'm searching for a way to get notified the exact moment when AVPlayer starts playing. There's the "rate" property, but …

ios avplayer
swift. AVPlayer. How to track when song finished playing?

What is the east way to track when song finished playing with AVPlayer in Swift? Is there any function which …

ios swift avplayer
AVPlayer and MPMoviePlayerController differences

I am developing an iPhone application that needs to play videos. So far, I learned that there are at least …

ios ios4 mpmovieplayercontroller avfoundation avplayer
AVPlayer stops playing and doesn't resume again

In my application I have to play audio files stored on a web server. I'm using AVPlayer for it. I …

ios audio avfoundation avplayer
Impossible to stop AVPlayer

I am currently testing the use of AVPlayer with audio streaming url, using Swift. There are play() and pause() methods, …

ios swift avplayer
Hide controls in AVPlayerViewController -- only at start

If you set AVPlayerViewController.showsPlaybackControls to false, the controls will not show at all. Even if you tap the screen. …

ios video avplayer