]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRPhotoPlayer-Private.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRPhotoPlayer-Private.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/BRPhotoPlayer.h>
8
9 @interface BRPhotoPlayer (Private)
10 - (id)_photoConnection;
11 - (id)_slideShowDictionaryForCollection;
12 - (id)_musicPlayer;
13 - (BOOL)_okToPlayMusic;
14 - (BOOL)_playMusicShuffled;
15 - (BOOL)_repeatMusic;
16 - (id)_currentTrackList;
17 - (void)_photoSlideshowDidStart;
18 - (void)_photoSlideshowDidEnd:(id)fp8;
19 - (void)_photoSlideshowDidEndMainThread;
20 - (void)_slideshowSettingsUpdated:(id)fp8;
21 - (void)_stopMusicPlayback;
22 - (id)_trackListForSongID:(id)fp8 error:(id *)fp12;
23 - (id)_trackListForPlaylistID:(id)fp8 error:(id *)fp12;
24 - (id)_trackListForPlaylistName:(id)fp8 error:(id *)fp12;
25 - (id)_trackListForAllSongs;
26 - (BOOL)_startPlayingTrackList:(id)fp8 error:(id *)fp12;
27 - (void)_updateUserActivity:(id)fp8;
28 - (void)_startActivityTimer;
29 @end
30