]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRCoverArtPreviewControl.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRCoverArtPreviewControl.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/BRControl.h>
8
9 @class BRMediaType, NSArray, NSDictionary, NSMutableArray, NSTimer;
10
11 @interface BRCoverArtPreviewControl : BRControl
12 {
13     NSArray *_imageProviders;
14     NSMutableArray *_availableImages;
15     BRMediaType *_mediaType;
16     NSDictionary *_layerActions;
17     NSTimer *_crossfadeTimer;
18     long _imageIndex;
19     BOOL _artworkNeedsDeletterboxing;
20 }
21
22 - (id)init;
23 - (void)dealloc;
24 - (void)setImageProvider:(id)fp8;
25 - (void)setImageProviders:(id)fp8;
26 - (void)setAsset:(id)fp8;
27 - (void)setAssets:(id)fp8;
28 - (void)setMissingAssetType:(id)fp8;
29 - (void)controlWasActivated;
30 - (void)controlWillDeactivate;
31 - (void)controlWasDeactivated;
32 - (void)setDeletterboxAssetArtwork:(BOOL)fp8;
33
34 @end
35