]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "AVQueueFeeder.h" | |
8 | ||
9 | @class MPAVController; | |
10 | ||
11 | @interface MPQueueFeeder : AVQueueFeeder | |
12 | { | |
13 | MPAVController *_avController; | |
14 | struct __CFSet *_items; | |
15 | unsigned int _repeatType; | |
16 | unsigned int _shuffleType; | |
17 | struct __CFDictionary *_nextStartTimes; | |
18 | } | |
19 | ||
20 | - (void)dealloc; | |
21 | - (void)setNextStartTime:(double)fp8 forIndex:(unsigned int)fp16; | |
22 | - (void)shuffleItemsWithAnchor:(unsigned int *)fp8; | |
23 | - (Class)itemClass; | |
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; | |
40 | - (id)AVController; | |
41 | - (void)setAVController:(id)fp8; | |
42 | ||
43 | @end | |
44 |