MeiCam SDK For iOS
3.14.0
|
Go to the source code of this file.
Classes | |
class | NvsTimelineVideoFx |
Timeline video effect Timeline Video Effect is a video effect applied to a Timeline instance. Timeline video effects are divided into three types: built-in effects, packaged effects and custom effects. Built-in effects are integrated into the SDK and can be used without authorization. Packaged effects are the integration of effect resources into effect packages. Each effect package has its own license file and must be installed before it can be used. For details, please refer to Installation of effect package. Custom effects are effects that the user writes code to implement. Timeline video effect contains in-point and out-point, by which we can specify the position and duration of the effect on the timeline. The in-point must be smaller than the out-point, and they are both in microseconds. More... | |
Enumerations | |
Timeline video effect type. | |
enum | NvsTimelineVideoFxType { NvsTimelineVideoFxType_Builtin = 0, NvsTimelineVideoFxType_Package, NvsTimelineVideoFxType_Custom } |