2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class AVController
, AVQueue
, NSMutableArray
;
11 @interface AVPlaybackQueue
: NSObject
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
;
24 - (id
)initWithAVController
:(id
)fp8 figPlayer
:(struct OpaqueFigPlayer
*)fp12
;
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
;