00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface AVQueueFeeder : NSObject
00010 {
00011 }
00012
00013 - (id)init;
00014 - (unsigned int)numberOfPaths;
00015 - (id)pathAtIndex:(unsigned int)fp8;
00016 - (id)playbackInfoAtIndex:(unsigned int)fp8;
00017 - (void)contentsDidChangeByInsertingRange:(struct _NSRange)fp8;
00018 - (void)contentsDidChangeByRemovingRange:(struct _NSRange)fp8;
00019 - (void)contentInvalidatedWithCurrentItemMovedToIndex:(unsigned int)fp8;
00020
00021 @end
00022