/headers/Celestial/AVItem.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @interface AVItem : NSObject
00010 {
00011     struct AVItemPrivate *_priv;
00012 }
00013 
00014 + (id)avItem;
00015 + (id)avItemWithPath:(id)fp8 error:(id *)fp12;
00016 - (id)initWithError:(id *)fp8;
00017 - (id)init;
00018 - (id)initWithPath:(id)fp8 error:(id *)fp12;
00019 - (void)dealloc;
00020 - (BOOL)setPath:(id)fp8 error:(id *)fp12;
00021 - (int)_instantiateItem;
00022 - (id)path;
00023 - (double)duration;
00024 - (struct CGSize)naturalSize;
00025 - (float)volume;
00026 - (void)setVolume:(float)fp8;
00027 - (void)setEQPreset:(int)fp8;
00028 - (int)eqPreset;
00029 - (id)attributeForKey:(id)fp8;
00030 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
00031 
00032 @end
00033