|
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 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 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 |
|---|