]> git.saurik.com Git - iphone-api.git/blob - Celestial/AVItem.h
Adding PhotoLibrary.
[iphone-api.git] / Celestial / AVItem.h
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 "Foundation/NSObject.h"
8
9 @interface AVItem : NSObject
10 {
11 struct AVItemPrivate *_priv;
12 }
13
14 + (id)avItem;
15 + (id)avItemWithPath:(id)fp8 error:(id *)fp12;
16 - (id)initWithError:(id *)fp8;
17 - (id)init;
18 - (id)initWithPath:(id)fp8 error:(id *)fp12;
19 - (void)dealloc;
20 - (BOOL)setPath:(id)fp8 error:(id *)fp12;
21 - (int)_instantiateItem;
22 - (id)path;
23 - (double)duration;
24 - (struct CGSize)naturalSize;
25 - (float)volume;
26 - (void)setVolume:(float)fp8;
27 - (void)setEQPreset:(int)fp8;
28 - (int)eqPreset;
29 - (id)attributeForKey:(id)fp8;
30 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
31
32 @end
33