blob: 40d756e854b909632ab395c02045e27d78377995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
/* HandBrakeKit.h $
This file is part of the HandBrake source code.
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#import <Foundation/Foundation.h>
//! Project version number for HandBrakeKit.
FOUNDATION_EXPORT double HandBrakeKitVersionNumber;
//! Project version string for HandBrakeKit.
FOUNDATION_EXPORT const unsigned char HandBrakeKitVersionString[];
#import <HandBrakeKit/HBCore.h>
#import <HandBrakeKit/HBTitle.h>
#import <HandBrakeKit/HBJob.h>
#import <HandBrakeKit/HBRange.h>
#import <HandBrakeKit/HBChapter.h>
#import <HandBrakeKit/HBVideo.h>
#import <HandBrakeKit/HBPicture.h>
#import <HandBrakeKit/HBFilters.h>
#import <HandBrakeKit/HBAudio.h>
#import <HandBrakeKit/HBAudioTrack.h>
#import <HandBrakeKit/HBAudioDefaults.h>
#import <HandBrakeKit/HBAudioTrackPreset.h>
#import <HandBrakeKit/HBSubtitles.h>
#import <HandBrakeKit/HBSubtitlesTrack.h>
#import <HandBrakeKit/HBSubtitlesDefaults.h>
#import <HandBrakeKit/HBDVDDetector.h>
#import <HandBrakeKit/HBStateFormatter.h>
#import <HandBrakeKit/HBDistributedArray.h>
#import <HandBrakeKit/HBUtilities.h>
#import <HandBrakeKit/HBPresetsManager.h>
#import <HandBrakeKit/HBPreset.h>
#import <HandBrakeKit/HBMutablePreset.h>
#import <HandBrakeKit/HBPresetCoding.h>
#import <HandBrakeKit/HBJob+UIAdditions.h>
#import <HandBrakeKit/HBRange+UIAdditions.h>
#import <HandBrakeKit/HBVideo+UIAdditions.h>
#import <HandBrakeKit/HBPicture+UIAdditions.h>
#import <HandBrakeKit/HBFilters+UIAdditions.h>
|