]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 "NSObject.h" | |
8 | ||
9 | @class AVController, AVQueue, NSMutableArray; | |
10 | ||
11 | @interface AVPlaybackQueue : NSObject | |
12 | { | |
13 | AVController *_avController; | |
14 | AVQueue *_avItemQueue; | |
15 | NSMutableArray *_pbItemQueue; | |
16 | struct OpaqueFigPlayer *_figPlayer; | |
17 | int _ignoreAVQueueModifications; | |
18 | BOOL _hasBuiltPlaybackQueue; | |
19 | BOOL _waitingToAddFirstItem; | |
20 | int _avQueueTransactionCount; | |
21 | int _repeatMode; | |
22 | } | |
23 | ||
24 | - (id)initWithAVController:(id)fp8 figPlayer:(struct OpaqueFigPlayer *)fp12; | |
25 | - (void)dealloc; | |
26 | - (void)checkQueueConsistency; | |
27 | - (void)clearPBItemQueueFromIndex:(int)fp8; | |
28 | - (void)fillInPBItemQueue; | |
29 | - (void)setAVItemQueue:(id)fp8; | |
30 | - (void)ensurePlaybackQueue; | |
31 | - (id)currentPlaybackItem; | |
32 | - (void)setRepeatMode:(int)fp8; | |
33 | - (void)beginAVQueueTransaction; | |
34 | - (void)endAVQueueTransaction; | |
35 | - (void)queueItemWasAddedNotification:(id)fp8; | |
36 | - (void)queueItemWillBeRemovedNotification:(id)fp8; | |
37 | - (void)removeItemsNoLongerInPlayQueue; | |
38 | - (void)playbackItemWasRemovedFromPlayQueue:(id)fp8; | |
39 | - (void)ensurePlaybackQueueImmed; | |
40 | - (void)playbackItemInspectionComplete:(id)fp8; | |
41 | ||
42 | @end | |
43 |