problem about mpmediaplayercontroller-Collection of common programming errors
iDeveloper
ios simulator mpmediaplayercontroller
The simulator crashes when trying to play audio.13:22:14.211 App [2965:5603] <0xb03e7000> Error ‘!obj’ trying to fetch default input device’s sample rate 13:22:14.211 App [2965:5603] <0xb03e7000> Error getting audio input device sample rate: ‘!obj’ 13:22:14.213 App [2965:5603] <0xb03e7000> AQMEIOManager::FindIOUnit: error ‘!dev’
Jomoos
iphone objective-c ios mpmediaplayercontroller
NOTE: See the updates at the bottom.I have an application to play videos one by one from a list. So, to test this functionality, I created a simple application with only one view controller. I referenced this blog before implementing this view controller. The view controller is named TNViewController and its implementation is as follows:#import <UIKit/UIKit.h> #import <MediaPlayer/MediaPlayer.h>@interface TNViewController : UIViewController {@privateNSMutableArray *_videoArray;int _c
Web site is in building