]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRVideoPlayerAutoActionState.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRVideoPlayerAutoActionState.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 <BackRow/BRVideoPlayerState.h>
8
9 @interface BRVideoPlayerAutoActionState : BRVideoPlayerState
10 {
11     int _autoAction;
12 }
13
14 + (id)decrementingState;
15 + (id)incrementingState;
16 - (void)setAutoAction:(int)fp8;
17 - (int)autoAction;
18
19 @end
20