문제

iPhone OS 3.0 SDK를 사용하여 iPod에서 노래의 BPM (분당 비트) ID3 태그에 액세스 할 수있는 방법이 있습니까? 보고 있어요

https://developer.apple.com/iphone/prerelease/library/documentation/mediaplayer/reference/mpmediaitem_classreference/reference/reference.html

그리고 나는 그것을 보지 못한다 :

NSString const mpmediatempropertypersistentId; / filterable */
NSString const mpmediatempropertymediatype; / filterable */
NSString const mpmediatempropertytitle; / filterable */
NSString const mpmediatempropertyalbumtitle; / filterable */
NSString const mpmediatempropertypodcasttitle; / filterable */
NSString const mpmediatempropertyartist; / filterable */
NSString const mpmediatempropertyalbumartist; / filterable */
NSString const mpmediatempropertygenre; / filterable */
NSString const mpmediatempropertycomposer; / filterable */
NSString *const MPMediaItemPropertyPlaybackDuration;
NSString *const MPMediaItemPropertyAlbumTrackNumber;
NSString *const MPMediaItemPropertyAlbumTrackCount;
NSString *const MPMediaItemPropertyDiscNumber;
NSString *const MPMediaItemPropertyDiscCount;
NSString *const MPMediaItemPropertyArtwork;
NSString *const MPMediaItemPropertyLyrics;
NSString const mpmediatempropertyiscompilation; / filterable */

도움이 되었습니까?

해결책

당신이 그것을 보지 못하는 경우, 레이더를 제출하여 포함하도록하거나 태그 값을 쿼리하는보다 일반적인 API를 요청하십시오.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top