]> git.saurik.com Git - iphone-api.git/blobdiff - MediaPlayer/MPTimeMarker.h
Adding numerous class dumps.
[iphone-api.git] / MediaPlayer / MPTimeMarker.h
diff --git a/MediaPlayer/MPTimeMarker.h b/MediaPlayer/MPTimeMarker.h
new file mode 100644 (file)
index 0000000..2a65aa9
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@class NSString;
+
+@interface MPTimeMarker : NSObject
+{
+    double _duration;
+    unsigned int _index;
+    id _thumbnail;
+    double _time;
+    NSString *_title;
+    int _chapterProperty;
+}
+
+- (id)initWithChapterProperty:(int)fp8;
+- (id)description;
+- (void)dealloc;
+- (double)comparableTime;
+- (int)chapterProperty;
+- (id)title;
+- (void)setTitle:(id)fp8;
+- (double)time;
+- (void)setTime:(double)fp8;
+- (id)thumbnail;
+- (void)setThumbnail:(id)fp8;
+- (unsigned int)index;
+- (void)setIndex:(unsigned int)fp8;
+- (double)duration;
+- (void)setDuration:(double)fp8;
+
+@end
+