AliyunImporter
@interface AliyunImporter : AliyunClipConstructor
                * A class that defines importers. Use this class to create configuration files for importing media clips. The class implements the AliyunIClipConstructor protocol to configure media clips.
- 
                  
                  
* Initializer.
Declaration
Objective-C
- (instancetype)initWithPath:(NSString *)taskPath outputSize:(CGSize)outputSize;Parameters
taskPathThe path to the taskPath folder.
outputSizeThe output video resolution. Even numbers only.
Return Value
AliyunImporter
 - 
                  
                  
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *taskPath - 
                  
                  
* Sets the video output parameter.
Declaration
Objective-C
- (void)setVideoParam:(AliyunVideoParam *)videoParam;Parameters
videoParamThe output parameter.
 - 
                  
                  
* Generates the configuration file in the taskPath folder.
Declaration
Objective-C
- (void)generateProjectConfigure; 
        AliyunImporter Class Reference