]> git.saurik.com Git - iphone-api.git/blobdiff - Celestial/AVItem.h
Adding numerous class dumps.
[iphone-api.git] / Celestial / AVItem.h
diff --git a/Celestial/AVItem.h b/Celestial/AVItem.h
new file mode 100644 (file)
index 0000000..5315c75
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@interface AVItem : NSObject
+{
+    struct AVItemPrivate *_priv;
+}
+
++ (id)avItem;
++ (id)avItemWithPath:(id)fp8 error:(id *)fp12;
+- (id)initWithError:(id *)fp8;
+- (id)init;
+- (id)initWithPath:(id)fp8 error:(id *)fp12;
+- (void)dealloc;
+- (BOOL)setPath:(id)fp8 error:(id *)fp12;
+- (int)_instantiateItem;
+- (id)path;
+- (double)duration;
+- (struct CGSize)naturalSize;
+- (float)volume;
+- (void)setVolume:(float)fp8;
+- (void)setEQPreset:(int)fp8;
+- (int)eqPreset;
+- (id)attributeForKey:(id)fp8;
+- (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
+
+@end
+