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 @class NSArray; 00010 00011 @interface AVTimeMarkerObservation : NSObject 00012 { 00013 id _observer; 00014 NSArray *_times; 00015 id _context; 00016 int _currentIndex; 00017 } 00018 00019 - (id)initWithObserver:(id)fp8 times:(id)fp12 context:(id)fp16 currentIndex:(int)fp20; 00020 - (void)dealloc; 00021 - (BOOL)gotoTime:(double)fp8; 00022 - (double)nextInterestingTime; 00023 - (double)prevInterestingTime; 00024 - (id)observer; 00025 - (id)context; 00026 - (int)currentIndex; 00027 00028 @end 00029