Pergunta

Existe alguma maneira para acessar as BPM (batidas por minuto) ID3 tag de uma música em seu iPod usando o SDK do iPhone OS 3.0? Eu estou olhando para

https: // developer .apple.com / iphone / pré-lançamento / biblioteca / documentação / MediaPlayer / Referência / MPMediaItem_ClassReference / Referência / reference.html

e eu não vê-lo:

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 */

Foi útil?

Solução

Se você não vê-lo, apresentar um Radar de tê-lo incluído, ou talvez para pedir uma API com um meio mais geral de consulta valores de tag.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top