00001
00002
00003
00004
00005
00006
00007 #import <Celestial/ObjectWrapper.h>
00008
00009 @interface AVItemLog : ObjectWrapper
00010 {
00011 }
00012
00013 - (id)init;
00014 - (id)initWithPath:(id)fp8 error:(id *)fp12;
00015 - (BOOL)setPath:(id)fp8 error:(id *)fp12;
00016 - (id)path;
00017 - (double)duration;
00018 - (struct CGSize)naturalSize;
00019 - (float)volume;
00020 - (void)setVolume:(float)fp8;
00021 - (int)eqPreset;
00022 - (void)setEQPreset:(int)fp8;
00023 - (id)attributeForKey:(id)fp8;
00024 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
00025 - (void)_noteTrackRep:(id)fp8;
00026 - (id)_trackRep;
00027 - (void)_clearPlaybackStats;
00028 - (void)_noteDidPlay;
00029 - (void)_noteStoppedTime:(double)fp8;
00030 - (void)_noteJumpedToCurrentTime:(double)fp8;
00031 - (void)_noteStoppedByHittingEnd;
00032 - (double)maxVisitedTime;
00033 - (BOOL)didPlay;
00034 - (double)startedTime;
00035 - (double)stoppedTime;
00036 - (BOOL)stoppedByHittingEnd;
00037 - (unsigned int)indexInQueueFeeder;
00038 - (void)adjustRateForPlayer:(id)fp8;
00039 - (void)applyAttributesForTrack:(id)fp8 player:(id)fp12;
00040
00041 @end
00042