root/projects/macosx/frontrow_plugin/VLCMediaListController.h

Revision 632ef79dbc8feb1e106aaddcab412cea65ddbea1, 0.5 kB (checked in by Pierre d'Herbemont <pdherbemont@videolan.org>, 10 months ago)

frontrow_plugin: Cleanups, and improvement such as audio volume settings.

  • Property mode set to 100644
Line 
1 //
2 //  VLCMediaListController.h
3 //  FRVLC
4 //
5 //  Created by Pierre d'Herbemont on 2/11/08.
6 //  Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import <VLCKit/VLCKit.h>
11 #import <BackRow/BRMenuController.h>
12
13
14 @interface VLCMediaListController : BRMenuController {
15     VLCMediaListAspect * mediaListAspect;
16     BOOL isReloading;
17 }
18
19 - initWithMediaListAspect:(VLCMediaListAspect *)mediaListAspect;
20 - initWithMediaListAspect:(VLCMediaListAspect *)aMediaListAspect andTitle:(NSString *)title;
21 @end
Note: See TracBrowser for help on using the browser.