/headers/MusicLibrary/MLChapterTOCRep.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 <MusicLibrary/MLChapterTOC.h>
00008 
00009 @interface MLChapterTOCRep : MLChapterTOC
00010 {
00011     struct TrackInfo *_trackInfo;
00012     unsigned int *_picCookieIndexMap;
00013     unsigned int *_urlCookieIndexMap;
00014     unsigned int *_nameCookieIndexMap;
00015 }
00016 
00017 - (id)initWithTrackInfo:(struct TrackInfo *)fp8;
00018 - (void)dealloc;
00019 - (unsigned int)countOfChapters;
00020 - (unsigned int *)_cachedCookieIndexMapForProperty:(int)fp8 createIfNecessary:(BOOL)fp12;
00021 - (unsigned int)countOfGroupsForProperty:(int)fp8;
00022 - (unsigned int)chapterIndexForGroupIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00023 - (unsigned int)groupIndexForChapterIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00024 - (unsigned int)durationInMSOfGroupAtIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00025 - (unsigned int)groupIndexAtTimeLocationInMS:(unsigned int)fp8 groupingProperty:(int)fp12;
00026 - (unsigned int)timeLocationInMSOfGroupAtIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00027 - (unsigned int)durationInMSOfChapterAtIndex:(unsigned int)fp8;
00028 - (unsigned int)timeLocationInMSOfChapterAtIndex:(unsigned int)fp8;
00029 - (id)titlePropertyOfChapterAtIndex:(unsigned int)fp8;
00030 - (id)urlTitlePropertyOfChapterAtIndex:(unsigned int)fp8;
00031 - (id)urlPropertyOfChapterAtIndex:(unsigned int)fp8;
00032 - (id)_getImageWithArtworkFormatID:(unsigned int)fp8 size:(struct _NSSize)fp12 chapterIndex:(unsigned int)fp20 artworkInstanceInfo:(struct MLArtworkInstanceInfo *)fp24;
00033 - (id)imageDataForArtworkFormatID:(unsigned int)fp8 chapterIndex:(unsigned int)fp12 artworkInstanceInfo:(struct MLArtworkInstanceInfo *)fp16;
00034 - (id)bestImageDataForSize:(struct _NSSize)fp8 chapterIndex:(unsigned int)fp16 artworkInstanceInfo:(struct MLArtworkInstanceInfo *)fp20;
00035 - (id)availableArtworkFormatIDsForChapterIndex:(unsigned int)fp8;
00036 
00037 @end
00038