MeiCam SDK For Web  3.12.1
Public Member Functions | List of all members
NveVideoTransition Class Reference

There are multiple clips on the track. The transition is the transition effect from one video clip to another, and no video transitions can be added between clips with gaps. Currently it supports multiple video transitions including fade, turning, swap, stretch in, page curl, lens flare, star, dip to black, dip to white,push to right, push to top, upper left into.Each video transition can be set and retrieved via video track. The default transition is fade. More...

Inheritance diagram for NveVideoTransition:
NveEffectInstance

Public Member Functions

 constructor ()
 constructor
 
 getVideoTransitionType ()
 Get video transition type. More...
 
 getBuiltinVideoTransitionName ()
 Get built-in video transition name. More...
 
 getVideoTransitionPackageId ()
 Get the video transition resource package ID. More...
 
 setVideoTransitionDuration (duration)
 Set video transition duration. More...
 
 getVideoTransitionDuration ()
 Get video transition duration. More...
 
- Public Member Functions inherited from NveEffectInstance
 constructor ()
 The constructor of NveEffectInstance.
 
 release ()
 Release the instance of effect You must call release() if you won't use this effect instance object anymore, otherwise there will be severe internal resources leak!
 
 setIntVal (fxParam, val)
 Set the integer parameter value of the effect. More...
 
 getIntVal (fxParam)
 Get the integer parameter value of the effect. More...
 
 setFloatVal (fxParam, val)
 Set the float parameter value of the effect. More...
 
 getFloatVal (fxParam)
 Get the float parameter value of the effect. More...
 
 setBooleanVal (fxParam, val)
 Set the boolean parameter value of the effect. More...
 
 getBooleanVal (fxParam)
 Get the boolean parameter value of the effect. More...
 
 setMenuVal (fxParam, val)
 Set the menu parameter value of the effect. More...
 
 getMenuVal (fxParam)
 Get the menu parameter value of the effect. More...
 
 setStringVal (fxParam, val)
 Set the string parameter value of the effect. More...
 
 getStringVal (fxParam)
 Get the string parameter value of the effect. More...
 
 setColorVal (fxParam, val)
 Set the color parameter value of the effect. More...
 
 getColorVal (fxParam)
 Get the color parameter value of the effect. More...
 
 setFilterIntensity (intensity)
 Set the intensity of the filter. More...
 
 getFilterIntensity ()
 Get the intensity of the filter. More...
 
 getARSceneManipulate ()
 Get the manipulate of ARScene. More...
 
 getInPoint ()
 Get in-point of effect. More...
 
 getOutPoint ()
 Get out point of effect. More...
 
 changeInPoint (newInPoint)
 Changes in-point of effect. More...
 
 changeOutPoint (newOutPoint)
 Changes out-point of effect. More...
 

Detailed Description

There are multiple clips on the track. The transition is the transition effect from one video clip to another, and no video transitions can be added between clips with gaps. Currently it supports multiple video transitions including fade, turning, swap, stretch in, page curl, lens flare, star, dip to black, dip to white,push to right, push to top, upper left into.Each video transition can be set and retrieved via video track. The default transition is fade.

See also
NveEffectInstance

Member Function Documentation

◆ getBuiltinVideoTransitionName()

NveVideoTransition::getBuiltinVideoTransitionName ( )
inline

Get built-in video transition name.

Returns
{String} Returns the name of the built-in video transition. If it is not a built-in video transition, it will return a null string.

◆ getVideoTransitionDuration()

NveVideoTransition::getVideoTransitionDuration ( )
inline

Get video transition duration.

Returns
{Number} Returns the video transition duration.

◆ getVideoTransitionPackageId()

NveVideoTransition::getVideoTransitionPackageId ( )
inline

Get the video transition resource package ID.

Returns
{String} Returns the video transition resource package ID. If it is not a resource package video transition, it will return a null string.

◆ getVideoTransitionType()

NveVideoTransition::getVideoTransitionType ( )
inline

Get video transition type.

Returns
{Number} Returns the video transition type.

◆ setVideoTransitionDuration()

NveVideoTransition::setVideoTransitionDuration (   duration)
inline

Set video transition duration.

Parameters
{Number}duration Video transition duration, min value 250000
{Number}matchMode Video transition duration scale mode
Returns
{void}

The documentation for this class was generated from the following file: