]> git.saurik.com Git - iphone-api.git/blobdiff - Celestial/AVPlaybackQueue.h
Adding numerous class dumps.
[iphone-api.git] / Celestial / AVPlaybackQueue.h
diff --git a/Celestial/AVPlaybackQueue.h b/Celestial/AVPlaybackQueue.h
new file mode 100644 (file)
index 0000000..1270e6a
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@class AVController, AVQueue, NSMutableArray;
+
+@interface AVPlaybackQueue : NSObject
+{
+    AVController *_avController;
+    AVQueue *_avItemQueue;
+    NSMutableArray *_pbItemQueue;
+    struct OpaqueFigPlayer *_figPlayer;
+    int _ignoreAVQueueModifications;
+    BOOL _hasBuiltPlaybackQueue;
+    BOOL _waitingToAddFirstItem;
+    int _avQueueTransactionCount;
+    int _repeatMode;
+}
+
+- (id)initWithAVController:(id)fp8 figPlayer:(struct OpaqueFigPlayer *)fp12;
+- (void)dealloc;
+- (void)checkQueueConsistency;
+- (void)clearPBItemQueueFromIndex:(int)fp8;
+- (void)fillInPBItemQueue;
+- (void)setAVItemQueue:(id)fp8;
+- (void)ensurePlaybackQueue;
+- (id)currentPlaybackItem;
+- (void)setRepeatMode:(int)fp8;
+- (void)beginAVQueueTransaction;
+- (void)endAVQueueTransaction;
+- (void)queueItemWasAddedNotification:(id)fp8;
+- (void)queueItemWillBeRemovedNotification:(id)fp8;
+- (void)removeItemsNoLongerInPlayQueue;
+- (void)playbackItemWasRemovedFromPlayQueue:(id)fp8;
+- (void)ensurePlaybackQueueImmed;
+- (void)playbackItemInspectionComplete:(id)fp8;
+
+@end
+