forked from eway2012/SampleCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
38 lines (27 loc) · 1.22 KB
/
README.txt
File metadata and controls
38 lines (27 loc) · 1.22 KB
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
### AVSimpleEditor ###
===========================================================================
DESCRIPTION:
A simple AV Foundation based movie editing application for iOS.
This sample is ARC-enabled.
===========================================================================
BUILD REQUIREMENTS:
iOS 6 SDK, ARC enabled.
===========================================================================
RUNTIME REQUIREMENTS:
iOS 6.0 or later
===========================================================================
PACKAGING LIST:
AVSEViewController.m/h:
The UIViewController subclass. This contains the view controller logic including playback.
AVSECommand.m/h:
The abstract super class of all editing tools.
AVSETrimCommand/AVSERotateCommand/AVSECropCommand/AVSEAddMusicCommand/AVSEAddWatermarkCommand.m/h:
The concrete subclasses of AVSECommand which implement different tools.
AVSEViewController_iPad.xib:
The viewController NIB. This contains the application UI.
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.0
- First version.
===========================================================================
Copyright (C) 2012 Apple Inc. All rights reserved.