An AVPlayer object is used to implement controllers and user interfaces for single- or multiple-item playback.
I have a short mp4 video file that I've added to my current Xcode6 Beta project. I want to play …
ios objective-c swift avplayer avplayerviewcontrollerIs there a way to know whether an AVPlayer playback has stalled or reached the end?
ios objective-c iphone avfoundation avplayerIs there a relatively easy way of looping a video in AVFoundation? I've created my AVPlayer and AVPlayerLayer like so: …
ios objective-c swift avfoundation avplayerHow can I avoid this warning in xcode. Here is the code snippet: [player(AVPlayer object) addPeriodicTimeObserverForInterval:CMTimeMakeWithSeconds(0.1, 100) queue:nil …
objective-c cocoa-touch automatic-ref-counting avplayer retainI'm trying to play an MP3 file that is passed to an UIView from a previous UIView (stored in a …
iphone avfoundation audio-streaming avplayerI have a UIView which contains an AVPlayer to show a video. When changing orientation, I need to change the …
objective-c uiview calayer avplayerI've looked around but I can't find a delegate protocol for the AVPlayer class. What gives? I'm using its subclass, …
ios objective-c iphone avplayer avplayerviewcontrollerIs it possible get playing time and total play time in AVPlayer? If yes, how can I do this?
ios avplayerI've done my homework... been reading here, the docs, googling, stackoverflowing... but still no luck in making my sound stick …
iphone ios background avplayer