]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MovieSnapshotController.h
Merge branch 'master' of git@git.saurik.com:iphone-api
[iphone-api.git] / MediaPlayer / MovieSnapshotController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "NSObject.h"
8
9 @class CALayer, MPVideoView, NSMutableArray;
10
11 @interface MovieSnapshotController : NSObject
12 {
13 MPVideoView *_videoView;
14 CALayer *_layer;
15 NSMutableArray *_pendingSnapshots;
16 unsigned int _expectingTimeJump:1;
17 unsigned int _pendingRestore:1;
18 float _originalTime;
19 }
20
21 - (void)dealloc;
22 - (void)cancel;
23 - (void)scheduleSnapshotWithSize:(struct CGSize)fp8 orientation:(int)fp16 time:(float)fp20 delegate:(id)fp24;
24 - (void)setLayer:(id)fp8;
25 - (void)setVideoView:(id)fp8;
26 - (void)_timeDidJump:(id)fp8;
27 - (id)_currentSnapshot;
28 - (void)_finishSnapshot:(id)fp8;
29 - (void)_restoreOriginalTime;
30 - (void)_startNextSnapshot;
31 - (void)_takeSnapshot:(id)fp8;
32
33 @end
34