]>
git.saurik.com Git - iphone-api.git/blob - Celestial/AVItem.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "Foundation/NSObject.h"
9 @interface AVItem
: NSObject
11 struct AVItemPrivate
*_priv
;
15 + (id
)avItemWithPath
:(id
)fp8 error
:(id
*)fp12
;
16 - (id
)initWithError
:(id
*)fp8
;
18 - (id
)initWithPath
:(id
)fp8 error
:(id
*)fp12
;
20 - (BOOL
)setPath
:(id
)fp8 error
:(id
*)fp12
;
21 - (int)_instantiateItem
;
24 - (struct CGSize
)naturalSize
;
26 - (void)setVolume
:(float)fp8
;
27 - (void)setEQPreset
:(int)fp8
;
29 - (id
)attributeForKey
:(id
)fp8
;
30 - (BOOL
)setAttribute
:(id
)fp8 forKey
:(id
)fp12 error
:(id
*)fp16
;