/headers/MusicLibrary/MLPlaylist.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @interface MLPlaylist : NSObject
00010 {
00011 }
00012 
00013 + (id)activeOnTheGoPlaylist;
00014 - (BOOL)isPhysicalPlaylist;
00015 - (BOOL)isPurchasedItemsPlaylist;
00016 - (BOOL)isMainPurchasedItemsPlaylist;
00017 - (BOOL)isAlbum;
00018 - (id)representativeAlbumTrack;
00019 - (id)name;
00020 - (unsigned long long)persistentUID;
00021 - (unsigned long)uniqueID;
00022 - (BOOL)isUserEditable;
00023 - (void)moveTracksFromRange:(struct _NSRange)fp8 toIndex:(unsigned int)fp16;
00024 - (void)insertTrackFromQuery:(id)fp8 entityIndex:(unsigned int)fp12 atIndex:(unsigned int)fp16;
00025 - (void)insertTracksFromQuery:(id)fp8 entityIndexes:(id)fp12 atIndex:(unsigned int)fp16;
00026 - (void)insertTracks:(id)fp8 atIndex:(unsigned int)fp12;
00027 - (void)removeTracksInRange:(struct _NSRange)fp8;
00028 - (void)saveToFile;
00029 - (unsigned int)countOfTracks;
00030 
00031 @end
00032