|
美摄SDK For iOS
3.14.4
|
视频特效 更多...
#import <NvsVideoEffect.h>
属性 | |
| NvsVideoEffectType | type |
| 视频特效类型 更多... | |
| NSString * | builtinName |
| 内嵌视频特效名字。如果不是内嵌视频特效返回nil 更多... | |
| NSString * | packageId |
| 视频特效资源包ID。如果不是资源包视频特效返回nil 更多... | |
属性 继承自 NvsEffect | |
| NvsEffectDescription * | description |
| 特效描述 更多... | |
视频特效
视频特效能够改变视频图像整体或者局部的颜色、亮度、透明度等,使视频显示出特殊的效果。
| - (int64_t) changeInPoint: | (int64_t) | newInPoint |
改变视频特效在片段上显示的入点,相对于每个片段的时间段,以当前片段的起始时间为时间起始点。
| newInPoint | 视频特效在片段上的新的入点(单位微秒) |
| - (int64_t) changeOutPoint: | (int64_t) | newOutPoint |
改变视频特效在片段上显示的出点,相对于每个片段的时间段,以当前片段的起始时间为时间起始点。
| newOutPoint | 视频特效在时间线上的新的出点(单位微秒) |
|
readatomicassign |
内嵌视频特效名字。如果不是内嵌视频特效返回nil
|
readatomicassign |
视频特效资源包ID。如果不是资源包视频特效返回nil
|
readatomicassign |
视频特效类型
1.8.18