Animated sticker class.Animation sticker is a landscaping effect used in video editing to produce animated effects. Users can add and adjust various properties of the stickers through various APIs, such as position, size, display time, and so on.
More...
|
| constructor () |
| constructor
|
|
| setTranslation (translation) |
| Sets the translation position of the animated sticker in the resolution coordinate system.The translation coordinate set by this function do not stack. More...
|
|
| getTranslation () |
| Get the translation position of the animated sticker in the resolution coordinate system. More...
|
|
| translateAnimatedSticker (translationOffset) |
| Tanslate animated sticker in the resolution coordinate system.The translation coordinates set by this function are stackable. More...
|
|
| setScale (scale) |
| Set the scale value of the animated sticker. The scale value set by this function do not stack. More...
|
|
| getScale () |
| Get the scale value of the animated sticker. More...
|
|
| scaleAnimatedSticker (scaleFactor, anchor) |
| Scale animation sticker with the anchor point as the center. The scaling value set by this function is stackable. More...
|
|
| scaleAnimatedSticker2 (scaleFactor) |
| Scale animation sticker on center. The scaling value set by this function is stackable. More...
|
|
| setSeperatedScaleX (seperatedScaleX) |
| Set seperated horizontal scaling factor for animated sticker. More...
|
|
| setSeperatedScaleY (seperatedScaleY) |
| Set separated vertical scaling factor for animated sticker. More...
|
|
| getSeperatedScaleX () |
| Get separated horizontal scaling factor for animated sticker. More...
|
|
| getSeperatedScaleY () |
| Get separated vertical scaling factor for animated sticker. More...
|
|
| seperateScaleAnimatedSticker (scaleXFactor, scaleYFactor, anchor) |
| Separate scale animated sticker based on anchor point. More...
|
|
| seperateScaleAnimatedSticker2 (scaleXFactor, scaleYFactor) |
| Seperate scale animated sticker based on center point. More...
|
|
| setRotationZ (angle) |
| Set the angle at which the animation sticker rotates clockwise along the Z-axis, which is perpendicular to the screen.The rotation Angle set by this function does not stack. More...
|
|
| getRotationZ () |
| Get the angle at which the animation sticker rotates clockwise along the Z-axis, which is perpendicular to the screen. More...
|
|
| rotateAnimatedSticker (angle, anchor) |
| Scale animation sticker with the anchor point as the center. The scaling value set by this function is stackable. More...
|
|
| rotateAnimatedSticker2 (angle) |
| Rotate the animation sticker around center. The rotation angle set by this function is stackable. More...
|
|
| setHorizontalFlip (flip) |
| Set the horizontal flip of the animated sticker. More...
|
|
| getHorizontalFlip () |
| Get the horizontal flip state of the animated sticker. More...
|
|
| setVerticalFlip (flip) |
| Set the vertical flip of the animated sticker. More...
|
|
| getVerticalFlip () |
| Get the vertical flip state of the animated sticker. More...
|
|
| getBoundingRectangleVertices () |
| Get the vertex positions of the animated sticker's original bounding in the resolution coordinate system. More...
|
|
| getAnimatedStickerPackageId () |
| Get animated sticker's package ID. More...
|
|
| setZValue (value) |
| Set the sticker Z value.The higher the Z value, the higher the sticker is. More...
|
|
| getZValue () |
| Get the sticker Z value. More...
|
|
| hasAudio () |
| Check whether the sticker contains audio. More...
|
|
| setVolumeGain (leftVolumeGain, rightVolumeGain) |
| Set the sticker volume. More...
|
|
| getVolumeGain () |
| Set the sticker volume. More...
|
|
| setOpacity (opacity) |
| Set the sticker opacity,value range [0, 1]. More...
|
|
| getOpacity () |
| Get the sticker opacity. More...
|
|
| setCurrentKeyFrameTime (time) |
| Set the sticker's Key frame time. More...
|
|
| getAnimatedStickerPeriodAnimationPackageId () |
| Gets the animated sticker period animation style package ID. More...
|
|
| getAnimatedStickerInAnimationPackageId () |
| Set the sticker's Key frame time. More...
|
|
| getAnimatedStickerOutAnimationPackageId () |
| Set the sticker's Key frame time. More...
|
|
| applyAnimatedStickerPeriodAnimation (animatedStickerPeriodAnimationPackageId) |
| Applys animated sticker loop-animation style. More...
|
|
| applyAnimatedStickerInAnimation (animatedStickerInAnimationPackageId) |
| Applys animated sticker in-animation style. Notes:please set loop-Animation to null before you set in-animation, otherwise it will NOT works. More...
|
|
| applyAnimatedStickerOutAnimation (animatedStickerOutAnimationPackageId) |
| Applys animated sticker out-animation style.Notes:please set loop-Animation to null before you set out-animation, otherwise it will NOT works. More...
|
|
| setAnimatedStickerAnimationPeriod (periodInMS) |
| Set animated sticker Animation Period. More...
|
|
| getAnimatedStickerAnimationPeriod () |
| Get animated sticker Animation Period. More...
|
|
| setAnimatedStickerInAnimationDuration (inAnimationDurationInMS) |
| Set animated sticker in-animation duration. More...
|
|
| getAnimatedStickerInAnimationDuration () |
| Get animated sticker in-animation duration. More...
|
|
| setAnimatedStickerOutAnimationDuration (outAnimationDurationInMS) |
| Set animated sticker out-animation duration. More...
|
|
| getAnimatedStickerOutAnimationDuration () |
| Get animated sticker out-animation duration. More...
|
|
| 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...
|
|
Animated sticker class.Animation sticker is a landscaping effect used in video editing to produce animated effects. Users can add and adjust various properties of the stickers through various APIs, such as position, size, display time, and so on.
- Note
- The in-point and out-point units of the animated sticker are both in microseconds.
- See also
- NveEffectInstance