2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "AVQueueFeeder.h"
11 @interface MPQueueFeeder
: AVQueueFeeder
13 MPAVController
*_avController
;
14 struct __CFSet
*_items
;
15 unsigned int _repeatType
;
16 unsigned int _shuffleType
;
17 struct __CFDictionary
*_nextStartTimes
;
21 - (void)setNextStartTime
:(double)fp8 forIndex
:(unsigned int)fp16
;
22 - (void)shuffleItemsWithAnchor
:(unsigned int *)fp8
;
24 - (unsigned int)itemTypeForIndex
:(unsigned int)fp8
;
25 - (id
)preferredLanguages
;
26 - (void)addReferenceToItem
:(id
)fp8
;
27 - (void)clearReferencesToItem
:(id
)fp8
;
28 - (unsigned int)realRepeatType
;
29 - (unsigned int)realShuffleType
;
30 - (void)contentsDidChangeByInsertingRange
:(struct _NSRange
)fp8
;
31 - (void)contentsDidChangeByRemovingRange
:(struct _NSRange
)fp8
;
32 - (void)contentInvalidatedWithCurrentItemMovedToIndex
:(unsigned int)fp8
;
33 - (id
)playbackInfoAtIndex
:(unsigned int)fp8
;
34 - (id
)copyRawItemAtIndex
:(unsigned int)fp8
;
35 - (id
)itemForIndex
:(unsigned int)fp8
;
36 - (unsigned int)shuffleType
;
37 - (void)setShuffleType
:(unsigned int)fp8
;
38 - (unsigned int)repeatType
;
39 - (void)setRepeatType
:(unsigned int)fp8
;
41 - (void)setAVController
:(id
)fp8
;