]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRMediaPlayer.h
macosx: FrontRow plugin initial import. Patch by hyei.
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRMediaPlayer.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import "NSObject.h"
8
9 @interface BRMediaPlayer : NSObject
10 {
11     id <BRMediaAsset> _media;
12 }
13
14 - (void)dealloc;
15 - (int)playerState;
16 - (BOOL)setMedia:(id)fp8 error:(id *)fp12;
17 - (id)media;
18 - (float)elapsedPlaybackTime;
19 - (void)setElapsedPlaybackTime:(float)fp8;
20 - (double)trackDuration;
21 - (float)bufferingProgress;
22 - (id)currentChapterTitle;
23 - (void)setMuted:(BOOL)fp8;
24 - (BOOL)interruptsSyncingWhenPlaying;
25 - (BOOL)muted;
26 - (BOOL)initiatePlayback:(id *)fp8;
27 - (void)play;
28 - (void)pause;
29 - (void)stop;
30 - (void)pressAndHoldLeftArrow;
31 - (void)pressAndHoldRightArrow;
32 - (void)resume;
33 - (void)leftArrowClick;
34 - (void)rightArrowClick;
35 - (void)nextChapter;
36 - (void)previousChapter;
37 - (void)skipAhead;
38 - (void)skipBack;
39 - (void)volumeUp;
40 - (void)volumeDown;
41 - (float)volume;
42
43 @end
44