]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 "NSObject.h" | |
8 | ||
9 | @interface SystemNowPlayingController : NSObject | |
10 | { | |
11 | int _disableHUDCount; | |
12 | BOOL _notifyEnableSystemHUDLastPostedState; | |
13 | int _notifyDisableSystemHUDToken; | |
14 | } | |
15 | ||
16 | + (id)sharedInstance; | |
17 | - (id)init; | |
18 | - (id)_init; | |
19 | - (void)dealloc; | |
20 | - (void)_setEnableSBMediaHUD:(BOOL)fp8; | |
21 | - (void)disableMediaHUD; | |
22 | - (void)enableMediaHUD; | |
23 | - (void)_postCurrentMedia:(BOOL)fp8 path:(id)fp12 title:(id)fp16 artist:(id)fp20 album:(id)fp24 isPlaying:(BOOL)fp28 playingToTVOut:(BOOL)fp32 hasImageData:(BOOL)fp36 additionalInfo:(id)fp40; | |
24 | - (void)postNowPlayingInfoForMovieWithTitle:(id)fp8 artist:(id)fp12 album:(id)fp16 isPlaying:(BOOL)fp20 playingToTVOut:(BOOL)fp24; | |
25 | - (void)postNowPlayingInfoForSongWithPath:(id)fp8 title:(id)fp12 artist:(id)fp16 album:(id)fp20 isPlaying:(BOOL)fp24 hasImageData:(BOOL)fp28 additionalInfo:(id)fp32; | |
26 | ||
27 | @end | |
28 |