/headers/MusicLibrary/MLChapterTOC.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 MLChapterTOC : NSObject
00010 {
00011 }
00012 
00013 - (unsigned int)countOfChapters;
00014 - (unsigned int)countOfGroupsForProperty:(int)fp8;
00015 - (unsigned int)chapterIndexForGroupIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00016 - (unsigned int)groupIndexForChapterIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00017 - (unsigned int)durationInMSOfGroupAtIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00018 - (unsigned int)groupIndexAtTimeLocationInMS:(unsigned int)fp8 groupingProperty:(int)fp12;
00019 - (unsigned int)timeLocationInMSOfGroupAtIndex:(unsigned int)fp8 groupingProperty:(int)fp12;
00020 - (unsigned int)chapterIndexAtTimeLocationInMS:(unsigned int)fp8;
00021 - (unsigned int)durationInMSOfChapterAtIndex:(unsigned int)fp8;
00022 - (unsigned int)timeLocationInMSOfChapterAtIndex:(unsigned int)fp8;
00023 - (id)titlePropertyOfChapterAtIndex:(unsigned int)fp8;
00024 - (id)urlTitlePropertyOfChapterAtIndex:(unsigned int)fp8;
00025 - (id)urlPropertyOfChapterAtIndex:(unsigned int)fp8;
00026 - (id)imageDataForArtworkFormatID:(unsigned int)fp8 chapterIndex:(unsigned int)fp12 artworkInstanceInfo:(struct MLArtworkInstanceInfo *)fp16;
00027 - (id)bestImageDataForSize:(struct _NSSize)fp8 chapterIndex:(unsigned int)fp16 artworkInstanceInfo:(struct MLArtworkInstanceInfo *)fp20;
00028 - (id)availableArtworkFormatIDsForChapterIndex:(unsigned int)fp8;
00029 
00030 @end
00031