Develop a custom media player on iPhone

ⅰ亾dé卋堺 提交于 2019-12-10 00:32:49

问题


I'm interested in developing a Custom Media Player on iPhone. Can you give me a basic idea to start with, i would like to know the libraries / API's which supports to develop my own player. My custom media player has to play from local hard disk, and as well as it has to stream over network. Can you please help me out to give a start in right direction?

Thank You in advance. Suse.


回答1:


You should use AVFoundation.Framework, MediaPlayer.Framework.

Here are the sample code for,

Music player

Movie Player



来源:https://stackoverflow.com/questions/4918333/develop-a-custom-media-player-on-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!