/headers/MoviePlayerUI/MovieSnapshotController.h

gehe zur Dokumentation dieser Datei
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 LKLayer, NSMutableArray, UIMovieView;
00010 
00011 @interface MovieSnapshotController : NSObject
00012 {
00013     UIMovieView *_movieView;
00014     LKLayer *_layer;
00015     NSMutableArray *_pendingSnapshots;
00016     unsigned int _expectingTimeJump:1;
00017     unsigned int _pendingRestore:1;
00018     float _originalTime;
00019 }
00020 
00021 + (id)createFullScreenSnapshotOfMovieView:(id)fp8 withOrientation:(int)fp12;
00022 - (void)dealloc;
00023 - (void)cancel;
00024 - (void)scheduleSnapshotWithSize:(struct CGSize)fp8 orientation:(int)fp16 time:(float)fp20 delegate:(id)fp24;
00025 - (void)setLayer:(id)fp8;
00026 - (void)setMovieView:(id)fp8;
00027 - (void)timeDidJump;
00028 - (id)_currentSnapshot;
00029 - (void)_finishSnapshot:(id)fp8;
00030 - (void)_restoreOriginalTime;
00031 - (void)_takeSnapshot:(id)fp8;
00032 - (void)_startNextSnapshot;
00033 
00034 @end
00035