avplayer
How to start next a Song or recognized that a song is finished while playing with AVPlayer?
How can I start next song immediately with AVPlayer? I have 开发者_如何学编程collections of song selected from iPod Library in MPMediaItemCollection.[详细]
2023-04-04 00:59 分类:问答iOS AVPlayer Play/Pause button issue
I am using AVPlayer to play a live stream from the Internet using the following code : NSString *u = @\"http://192.192.192.192:8036\";[详细]
2023-04-03 14:08 分类:问答AVPlayerItem 'asset' property always nil in iOS 4.2
According to the Apple documentation, the \'asset\' property of an AVPlayerItem should be available and return a valid object in iOS 4.0 onward. I have found that in iOS 4.2 that the \'asset\' propert[详细]
2023-04-02 11:47 分类:问答AVFoundation get album image of song
I wan开发者_运维技巧t to get album image/cover of song. Is it possible? I\'m using AVPlayer for audio streaming, and i need to get album cover, if song contains it. Like in iTunes.[详细]
2023-04-02 04:50 分类:问答AVPlayer class events
Are there any delegate methods in AVPlayer class? I need to handle interruptions such as phone call etc. AVAudioPlayer supports. If AVPlayer doesn\'t s开发者_如何学Cupport it, how to stream audio with[详细]
2023-04-01 13:49 分类:问答AVPlayer show cached data
How to show cached data in UISli开发者_运维知识库der from AVPlayer? I play audio with AVPlayer from network, and i want to show downloaded data.As in the comment - there is a way to get time ranges fr[详细]
2023-04-01 03:47 分类:问答Set UISlider.value to AVPlayer.currentTime
I am trying to set a UISlider\'s Value to a AVPlayer\'s Current Time. I am trying to use this code audioPlayer.currentTime = nowPlayingSlider.value;[详细]
2023-03-29 21:14 分类:问答Iphone .How to start recording when detecting sound, and stop recording when detect silence
How to start recording when detecting sound, 开发者_开发技巧and stop recording when detect silence?To do this, you should take a look at VAD algorithm, this is not that much pretty easy.[详细]
2023-03-27 13:13 分类:问答What player can be used to play transparent video in xcode for playing it in ipad?
I have a video, which is transparent in some portion. When I try to play this video using AVPlayer or MPMovieP开发者_如何学编程layer, It is not getting played.[详细]
2023-03-27 05:53 分类:问答iOS. AV Foundation. Why does AVPlayer work only over WiFi. No joy over cellular
In general I have been delighted with AVPlayer/AVPlayerItem/AVAsset. It works great for playing streaming music over WiFi. When I tested it over cellular - on the device as well as connected to Xcode[详细]
2023-03-26 11:14 分类:问答