In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)
git submodule update --remote --merge
MediaPlayer will have a very simple interface so that you can concentrate on the guts of media playback. The application will display two buttons that will initiate different types of audio playback, and it will also display a movie.
Notes | xcodeproj | ||
---|---|---|---|
- 1. Creating the Media Player Application
- 2. System Sound
- 3. Registering System Sounds
- 4. Playing System Sounds
- 5. Compress Audio Files
- 6. Playing Movie Files
- 7. MPMoviePlayerViewController
- 8. Preloading video
- 9. Background Processes
- 10. Guidelines for background execution
- 11. Other forms of background execution
- 12. Low-level APIS
- 13. Challenge: Audio Recording