Вопрос

Есть ли способ получить доступ к ID3-тегу BPM (ударов в минуту) песни на iPod с помощью iPhone OS 3.0 SDK?я смотрю на

https://developer.apple.com/iphone/prerelease/library/documentation/MediaPlayer/Reference/MPMediaItem_ClassReference/Reference/Reference.html

и я этого не вижу:

NSString константный MPMediaItemPropertyPersistentID;/ filterable */
NSString const MPMediaItemPropertyMediaType;/ filterable */
NSString const MPMediaItemPropertyTitle;/ filterable */
NSString const MPMediaItemPropertyAlbumTitle;/ filterable */
NSString const MPMediaItemPropertyPodcastTitle;/ filterable */
NSString константный MPMediaItemPropertyArtist;/ filterable */
NSString константа MPMediaItemPropertyAlbumArtist;/ filterable */
NSString const MPMediaItemPropertyGenre;/ filterable */
NSString константный MPMediaItemPropertyComposer;/ filterable */
NSString *const MPMediaItemPropertyPlaybackDuration;
NSString *const MPMediaItemPropertyAlbumTrackNumber;
NSString *const MPMediaItemPropertyAlbumTrackCount;
NSString *const MPMediaItemPropertyDiscNumber;
NSString *const MPMediaItemPropertyDiscCount;
NSString *const MPMediaItemPropertyArtwork;
NSString *const MPMediaItemPropertyLyrics;
NSString константа MPMediaItemPropertyIsCompilation;/ filterable */

Это было полезно?

Решение

Если вы его не видите, отправьте радар, чтобы он был включен, или, возможно, запросите API с более общими средствами запроса значений тегов.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top