#import <MLPlaylist.h>
Abgeleitet von NSObject.
Basisklasse für MLPlaylistRep.
Öffentliche Methoden | |
| (BOOL) | - isPhysicalPlaylist |
| (BOOL) | - isPurchasedItemsPlaylist |
| (BOOL) | - isMainPurchasedItemsPlaylist |
| (BOOL) | - isAlbum |
| (id) | - representativeAlbumTrack |
| (id) | - name |
| (unsigned long long) | - persistentUID |
| (unsigned long) | - uniqueID |
| (BOOL) | - isUserEditable |
| (void) | - moveTracksFromRange:toIndex: |
| (void) | - insertTrackFromQuery:entityIndex:atIndex: |
| (void) | - insertTracksFromQuery:entityIndexes:atIndex: |
| (void) | - insertTracks:atIndex: |
| (void) | - removeTracksInRange: |
| (void) | - saveToFile |
| (unsigned int) | - countOfTracks |
Öffentliche, statische Methoden | |
| (id) | + activeOnTheGoPlaylist |
Definiert in Zeile 9 der Datei MLPlaylist.h.
| + (id) activeOnTheGoPlaylist |
| - (BOOL) isPhysicalPlaylist |
Implementiert in MLPlaylistRep.
| - (BOOL) isPurchasedItemsPlaylist |
Implementiert in MLPlaylistRep.
| - (BOOL) isMainPurchasedItemsPlaylist |
Implementiert in MLPlaylistRep.
| - (BOOL) isAlbum |
Implementiert in MLPlaylistRep.
| - (id) representativeAlbumTrack |
Implementiert in MLPlaylistRep.
| - (id) name |
Implementiert in MLPlaylistRep.
| - (unsigned long long) persistentUID |
Implementiert in MLPlaylistRep.
| - (unsigned long) uniqueID |
Implementiert in MLPlaylistRep.
| - (BOOL) isUserEditable |
Implementiert in MLPlaylistRep.
| - (void) moveTracksFromRange: | (struct _NSRange) | fp8 | ||
| toIndex: | (unsigned int) | fp16 | ||
Implementiert in MLPlaylistRep.
| - (void) insertTrackFromQuery: | (id) | fp8 | ||
| entityIndex: | (unsigned int) | fp12 | ||
| atIndex: | (unsigned int) | fp16 | ||
Implementiert in MLPlaylistRep.
| - (void) insertTracksFromQuery: | (id) | fp8 | ||
| entityIndexes: | (id) | fp12 | ||
| atIndex: | (unsigned int) | fp16 | ||
Implementiert in MLPlaylistRep.
| - (void) insertTracks: | (id) | fp8 | ||
| atIndex: | (unsigned int) | fp12 | ||
Implementiert in MLPlaylistRep.
| - (void) removeTracksInRange: | (struct _NSRange) | fp8 |
Implementiert in MLPlaylistRep.
| - (void) saveToFile |
Implementiert in MLPlaylistRep.
| - (unsigned int) countOfTracks |
Implementiert in MLPlaylistRep.