Domanda

C'è un modo per accedere ai BPM (battiti per minuto) ID3 tag di una canzone sul vostro iPod utilizzando il 3.0 SDK iPhone OS? Sto guardando

https: // sviluppatore .apple.com / iphone / prerelease / biblioteca / documentazione / MediaPlayer / Reference / MPMediaItem_ClassReference / Reference / Reference.html

e io non lo vedo:

NSString const MPMediaItemPropertyPersistentID;      / filterable */
NSString const MPMediaItemPropertyMediaType;         / filterable */
NSString const MPMediaItemPropertyTitle;             / filterable */
NSString const MPMediaItemPropertyAlbumTitle;        / filterable */
NSString const MPMediaItemPropertyPodcastTitle;      / filterable */
NSString const MPMediaItemPropertyArtist;            / filterable */
NSString const MPMediaItemPropertyAlbumArtist;       / filterable */
NSString const MPMediaItemPropertyGenre;             / filterable */
NSString const MPMediaItemPropertyComposer;          / filterable */
NSString *const MPMediaItemPropertyPlaybackDuration;
NSString *const MPMediaItemPropertyAlbumTrackNumber;
NSString *const MPMediaItemPropertyAlbumTrackCount;
NSString *const MPMediaItemPropertyDiscNumber;
NSString *const MPMediaItemPropertyDiscCount;
NSString *const MPMediaItemPropertyArtwork;
NSString *const MPMediaItemPropertyLyrics;
NSString const MPMediaItemPropertyIsCompilation;     / filterable */

È stato utile?

Soluzione

Se non lo vedi, presentare una Radar per averlo a disposizione, o forse per chiedere un API con un mezzo più generali di interrogazione valori delle variabili.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top