]>
git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPTimeMarker.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface MPTimeMarker
: NSObject
21 - (id
)initWithChapterProperty
:(int)fp8
;
24 - (double)comparableTime
;
25 - (int)chapterProperty
;
27 - (void)setTitle
:(id
)fp8
;
29 - (void)setTime
:(double)fp8
;
31 - (void)setThumbnail
:(id
)fp8
;
32 - (unsigned int)index
;
33 - (void)setIndex
:(unsigned int)fp8
;
35 - (void)setDuration
:(double)fp8
;