VLCKit
DynamicMobileVLCKit.h
1 /*****************************************************************************
2  * DynamicMobileVLCKit.h: dynamic library umbrella header
3  *****************************************************************************
4  * Copyright (C) 2016 VideoLabs SAS
5  * $Id$
6  *
7  * Authors: Felix Paul Kühne <fkuehne # videolan.org>
8  *
9  * This program is free software; you can redistribute it and/or modify it
10  * under the terms of the GNU Lesser General Public License as published by
11  * the Free Software Foundation; either version 2.1 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public License
20  * along with this program; if not, write to the Free Software Foundation,
21  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
22  *****************************************************************************/
23 
24 #import <UIKit/UIKit.h>
25 
27 FOUNDATION_EXPORT double DynamicMobileVLCKitVersionNumber;
28 
30 FOUNDATION_EXPORT const unsigned char DynamicMobileVLCKitVersionString[];
31 
32 // In this header, you should import all the public headers of your framework using statements like #import <DynamicMobileVLCKit/PublicHeader.h>
33 
34 #import <DynamicMobileVLCKit/VLCAudio.h>
35 #import <DynamicMobileVLCKit/VLCLibrary.h>
36 #import <DynamicMobileVLCKit/VLCMedia.h>
37 #import <DynamicMobileVLCKit/VLCMediaDiscoverer.h>
38 #import <DynamicMobileVLCKit/VLCMediaList.h>
39 #import <DynamicMobileVLCKit/VLCMediaPlayer.h>
40 #import <DynamicMobileVLCKit/VLCMediaListPlayer.h>
41 #import <DynamicMobileVLCKit/VLCMediaThumbnailer.h>
42 #import <DynamicMobileVLCKit/VLCTime.h>
43 #import <DynamicMobileVLCKit/VLCTranscoder.h>
44 #import <DynamicMobileVLCKit/VLCDialogProvider.h>
45 
46 @class VLCMedia;
47 @class VLCMediaLibrary;
48 @class VLCMediaList;
49 @class VLCTime;
50 @class VLCVideoView;
51 @class VLCAudio;
52 @class VLCMediaThumbnailer;
53 @class VLCMediaListPlayer;
54 @class VLCMediaPlayer;
55 @class VLCDialogProvider;
VLCMediaList
Definition: VLCMediaList.h:68
VLCMedia
Definition: VLCMedia.h:113
VLCMediaPlayer
Definition: VLCMediaPlayer.h:186
VLCMediaLibrary
Definition: VLCMediaLibrary.h:33
VLCMediaThumbnailer
Definition: VLCMediaThumbnailer.h:36
VLCDialogProvider
Definition: VLCDialogProvider.h:116
VLCAudio
Definition: VLCAudio.h:37
VLCMediaListPlayer
Definition: VLCMediaListPlayer.h:66
VLCVideoView
Definition: VLCVideoView.h:32
VLCTime
Definition: VLCTime.h:31