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

    taskPath

    The path to the taskPath folder.

    outputSize

    The 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

    videoParam

    The output parameter.

  • * Generates the configuration file in the taskPath folder.

    Declaration

    Objective-C

    - (void)generateProjectConfigure;