KSYMvEffect Class Reference

Inherits from GPUImageFilter
Declared in KSYMvEffect.h

Overview

KSYMvEffect MV特效类

  • 在原视频上添加上下、左右滑动、黑白等效果,用户可以根据自身需求自定义效果,以shader字符串的形式加载
  • 例如:video –>mvEffect –>mvFilter

  timeInfo

设置MV特效生成的时间

@property (nonatomic, assign) CGFloat timeInfo

Declared In

KSYMvEffect.h

– initWithEffectShader:durationTime:

初始化并导入effectShader

- (instancetype)initWithEffectShader:(NSString *)effectShader durationTime:(CGFloat)durTime

Parameters

durTime

MV特效持续时间

shader字符串

片源着色器

Declared In

KSYMvEffect.h