]> git.saurik.com Git - iphone-api.git/blame_incremental - MediaPlayer/MPVideoView-PlaybackControl.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPVideoView-PlaybackControl.h
... / ...
CommitLineData
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 <MediaPlayer/MPVideoView.h>
8
9@interface MPVideoView (PlaybackControl)
10- (id)mpavController;
11- (id)avController;
12- (int)bufferingStatusMask;
13- (double)currentTime;
14- (double)duration;
15- (int)playableContentType;
16- (int)playbackState;
17- (void)pause;
18- (void)play;
19- (void)setCurrentTime:(double)fp8;
20- (void)setRepeatGap:(double)fp8;
21- (void)setRepeatMode:(int)fp8;
22- (void)stop;
23@end
24