AEPVideoTrackClip

@interface AEPVideoTrackClip : AEPBaseVideoTrackClip

* The Main video track clip

  • * The clip obj for editor

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AliyunClip *editorClip;
  • * Crop modes.

    • AliyunScaleModeFit: Cut mode
    • AliyunScaleModeFill: Fill mode

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunScaleMode displayMode;
  • * The transition effect between the current video/image and the previous video/image.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPTransitionEffect *transitionEffect;
  • * The effect of blur background

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSArray<AEPBlurBackgroundEffect *> *blurBackgroundEffects;