Can we select sound files from iPhone with a particular length?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
iPhone apps only have access to files that are stored within the application's own storage area. So, you cannot access the files that the user has loaded into iTunes. You can only view their metadata and cause them to be played. However, the meta-data of the iTunes library does include length, so you could examine that metadata instead of examining the files, and select ones with a length that you want. |
|||
|
|