]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/RUISoundHandler.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / RUISoundHandler.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/BRSingleton.h>
8
9 @interface RUISoundHandler : BRSingleton
10 {
11     BOOL _isSoundEnabled;
12     unsigned int _soundIDs[21];
13 }
14
15 + (id)singleton;
16 + (void)setSingleton:(id)fp8;
17 + (void)playSound:(int)fp8;
18 + (void)reloadSoundPreference;
19 - (id)init;
20 - (void)dealloc;
21
22 @end
23