|
| long | getInPoint () |
| | Get animated sticker's in-point. More...
|
| |
| long | getOutPoint () |
| | Get animated sticker's out-point. More...
|
| |
| String | getAnimatedStickerPackageId () |
| | Get animated sticker's package ID. More...
|
| |
| long | changeInPoint (long newInPoint) |
| | Change the in-point of the animated sticker When the new in-point does not conform to the established rules, the final return in-point may be different from the new in-point value. Such as the new in-point is less than 0, the new in-point value is greater than the timeline duration, or the new in-point is greater than the out-point. More...
|
| |
| long | changeOutPoint (long newOutPoint) |
| | Change the out-point of the animated sticker When the new out-point does not conform to the established rules, the final return out-point may be different from the new out-point value. Such as the new out-point is less than 0, the new out-point value is greater than the timeline duration, or the new out-point is less than the in-point. More...
|
| |
| void | movePosition (long offset) |
| | Change the display position of the animated sticker (the in and out points are offset from the offset value at the same time). More...
|
| |
| void | setScale (float scale) |
| | Set the scale value of the animated sticker. The scale value set by this function do not stack. More...
|
| |
| float | getScale () |
| | Get the scale value of the animated sticker. More...
|
| |
| void | setHorizontalFlip (boolean flip) |
| | Set the horizontal flip of the animated sticker. More...
|
| |
| boolean | getHorizontalFlip () |
| | Get the horizontal flip state of the animated sticker. More...
|
| |
| void | setVerticalFlip (boolean flip) |
| | Set the vertical flip of the animated sticker. More...
|
| |
| boolean | getVerticalFlip () |
| | Get the vertical flip state of the animated sticker. More...
|
| |
| void | setRotationZ (float 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...
|
| |
| float | getRotationZ () |
| | Get the angle at which the animation sticker rotates clockwise along the Z-axis, which is perpendicular to the screen. More...
|
| |
| void | setTranslation (PointF translation) |
| | Sets the translation position of the animated sticker in the timeline coordinate system.The translation coordinate set by this function do not stack.please refer to TimeLine and View Coordinate. More...
|
| |
| PointF | getTranslation () |
| | Get the translation position of the animated sticker in the timeline coordinate system. More...
|
| |
| void | translateAnimatedSticker (PointF translationOffset) |
| | Tanslate animated sticker in the video resolution coordinate system.The translation coordinates set by this function are stackable. More...
|
| |
| void | scaleAnimatedSticker (float scaleFactor, PointF anchor) |
| | Scale animation sticker with the anchor point as the center. The scaling value set by this function is stackable. More...
|
| |
| void | rotateAnimatedSticker (float angle, PointF anchor) |
| | Rotate the animation sticker around the anchor point. The rotation angle set by this function is stackable. More...
|
| |
| void | rotateAnimatedSticker (float angle) |
| | Rotate the animation sticker with the center point of the animation sticker as the anchor point.The rotation angle set by this function is stackable. More...
|
| |
| RectF | getOriginalBoundingRect () |
| | Get the original bounding of the animated sticker in the video resolution coordinate system.please refer to TimeLine and View Coordinate. More...
|
| |
| List< PointF > | getBoundingRectangleVertices () |
| | Get the vertex positions of the animated sticker's original bounding in the video resolution coordinate system.please refer to TimeLine and View Coordinate. More...
|
| |
| boolean | isPanoramic () |
| | Determine whether the animated sticker is a panorama animated sticker or not. More...
|
| |
| void | setCenterPolarAngle (float centerPolarAngle) |
| | Set the polar angle of the center point on the animated sticker. Only valid for panorama animated stickers. More...
|
| |
| float | getCenterPolarAngle () |
| | Get the polar angle of the center point of the animated sticker. It is only valid for panorama animated stickers. More...
|
| |
| void | setCenterAzimuthAngle (float centerAzimuthAngle) |
| | Set the azimuth of the center point on the animated sticker. It is only valid for panorama animated stickers. More...
|
| |
| float | getCenterAzimuthAngle () |
| | Get the azimuth of the center point of the animated sticker. It is only valid for panorama animated stickers. More...
|
| |
| void | setPolarAngleRange (float polarAngleRange) |
| | Set animated sticker's field angle, which is coplanar with the polar angle. It is only valid for panorama animated stickers. More...
|
| |
| float | getPolarAngleRange () |
| | Get animated sticker's field angle, which is coplanar with the polar angle. It is only valid for panorama animated stickers. More...
|
| |
| float | getOrthoAngleRange () |
| | Get the animated sticker’s field angle which is perpendicular to the polar angle. It is only valid for panorama animated stickers. More...
|
| |
| void | setZValue (float value) |
| | Set the sticker Z value.The higher the Z value, the higher the sticker is. More...
|
| |
| float | getZValue () |
| | Get the sticker Z value. More...
|
| |
| long | getDefaultDuration () |
| | Get the default duration of the sticker. More...
|
| |
| void | setOpacity (float opacity) |
| | Set the sticker opacity,value range [0, 1]. More...
|
| |
| float | getOpacity () |
| | Get the sticker opacity. More...
|
| |
| void | setCurrentKeyFrameTime (long time) |
| | Set the sticker's Key frame time. More...
|
| |
| void | setVideoResolution (NvsVideoResolution resolution) |
| | Set the sticker's video resolution. More...
|
| |
| String | getAnimatedStickerPeriodAnimationPackageId () |
| | Gets the animated sticker period animation style package ID. More...
|
| |
| String | getAnimatedStickerInAnimationPackageId () |
| | Gets the animated sticker in-animation style package ID. More...
|
| |
| String | getAnimatedStickerOutAnimationPackageId () |
| | Gets the animated sticker out-animation style package ID. More...
|
| |
| boolean | applyAnimatedStickerPeriodAnimation (String animatedStickerPeriodAnimationPackageId) |
| | Applys animated sticker loop-animation style. More...
|
| |
| boolean | applyAnimatedStickerInAnimation (String 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...
|
| |
| boolean | applyAnimatedStickerOutAnimation (String 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...
|
| |
| void | setAnimatedStickerAnimationPeriod (int periodInMS) |
| | Set animated sticker Animation Period. More...
|
| |
| int | getAnimatedStickerAnimationPeriod () |
| | Get animated sticker Animation Period. More...
|
| |
| void | setAnimatedStickerInAnimationDuration (int inAnimationDurationInMS) |
| | Set animated sticker in-animation duration. More...
|
| |
| int | getAnimatedStickerInAnimationDuration () |
| | Get anmiated sticker in-animation duration. More...
|
| |
| void | setAnimatedStickerOutAnimationDuration (int outAnimationDurationInMS) |
| | Set animated sticker out-animation duration. More...
|
| |
| int | getAnimatedStickerOutAnimationDuration () |
| | Get animated sticker out-animation duration. More...
|
| |
| NvsFxDescription | getDescription () |
| | Gets the description of the Effect. More...
|
| |
| void | setIntVal (String fxParam, int val) |
| | Sets the integer parameter value of the effect. More...
|
| |
| int | getIntVal (String fxParam) |
| | Gets the integer parameter value of the effect. More...
|
| |
| void | setIntValAtTime (String fxParam, int val, long time) |
| | Sets the integer parameter of NvsFx. More...
|
| |
| int | getIntValAtTime (String fxParam, long time) |
| | Gets the integer parameter of NvsFx. More...
|
| |
| void | setFloatVal (String fxParam, double val) |
| | Sets the float parameter value of the effect. More...
|
| |
| double | getFloatVal (String fxParam) |
| | Gets the float parameter value of the effect. More...
|
| |
| void | setFloatValAtTime (String fxParam, double val, long time) |
| | Sets the float parameter of NvsFx. More...
|
| |
| double | getFloatValAtTime (String fxParam, long time) |
| | Gets the float parameter of NvsFx. More...
|
| |
| void | setBooleanVal (String fxParam, boolean val) |
| | Sets the Boolean parameter value of the effect. More...
|
| |
| boolean | getBooleanVal (String fxParam) |
| | Gets the Boolean parameter value of the effect. More...
|
| |
| void | setBooleanValAtTime (String fxParam, boolean val, long time) |
| | Sets the boolean parameter of NvsFx. More...
|
| |
| boolean | getBooleanValAtTime (String fxParam, long time) |
| | Gets the boolean parameter of NvsFx. More...
|
| |
| void | setStringVal (String fxParam, String val) |
| | Sets the string parameter value of the effect. More...
|
| |
| String | getStringVal (String fxParam) |
| | Gets the string parameter value of the effect. More...
|
| |
| void | setStringValAtTime (String fxParam, String val, long time) |
| | Sets the string parameter of NvsFx. More...
|
| |
| String | getStringValAtTime (String fxParam, long time) |
| | Gets the string parameter of NvsFx. More...
|
| |
| void | setColorVal (String fxParam, NvsColor val) |
| | Sets the color parameter value of the effect. More...
|
| |
| NvsColor | getColorVal (String fxParam) |
| | Gets the color parameter value of the effect. More...
|
| |
| void | setColorValAtTime (String fxParam, NvsColor val, long time) |
| | Sets the color parameter of NvsFx. More...
|
| |
| NvsColor | getColorValAtTime (String fxParam, long time) |
| | Gets the color parameter of NvsFx. More...
|
| |
| void | setPosition2DVal (String fxParam, NvsPosition2D val) |
| | Sets the 2D coordinates parameter value of the effect. More...
|
| |
| NvsPosition2D | getPosition2DVal (String fxParam) |
| | Gets the 2D coordinates parameter value of the effect. More...
|
| |
| void | setPosition2DValAtTime (String fxParam, NvsPosition2D val, long time) |
| | Sets the two dimentional coordinates parameter of NvsFx. More...
|
| |
| NvsPosition2D | getPosition2DValAtTime (String fxParam, long time) |
| | Gets the two dimentional coordinates parameter of NvsFx. More...
|
| |
| void | setPosition3DVal (String fxParam, NvsPosition3D val) |
| | Sets the 3D coordinates parameter value of the effect. More...
|
| |
| NvsPosition3D | getPosition3DVal (String fxParam) |
| | Gets the 3D coordinates parameter value of the effect. More...
|
| |
| void | setPosition3DValAtTime (String fxParam, NvsPosition3D val, long time) |
| | Sets the three dimentional coordinates parameter of NvsFx. More...
|
| |
| NvsPosition3D | getPosition3DValAtTime (String fxParam, long time) |
| | Gets the three dimentional coordinates parameter of NvsFx. More...
|
| |
| void | setMenuVal (String fxParam, String val) |
| | Sets the menu parameter value of the effect. More...
|
| |
| String | getMenuVal (String fxParam) |
| | Gets the menu parameter value of the effect. More...
|
| |
| void | setMenuValAtTime (String fxParam, String val, long time) |
| | Sets the menu parameter of NvsFx. More...
|
| |
| String | getMenuValAtTime (String fxParam, long time) |
| | Gets the menu parameter of NvsFx. More...
|
| |
| void | setArbDataVal (String fxParam, NvsArbitraryData val) |
| | Sets custom data parameter value. More...
|
| |
| void | setArbDataValAtTime (String fxParam, NvsArbitraryData val, long time) |
| | Sets custom data parameter value. More...
|
| |
| boolean | removeKeyframeAtTime (String fxParam, long time) |
| | Remove key frame at time from key frame list. More...
|
| |
| boolean | removeAllKeyframe (String fxParam) |
| | Remove all key frame from key frame list. More...
|
| |
| boolean | hasKeyframeList (String fxParam) |
| | Check has key frame list of param. More...
|
| |
| long | findKeyframeTime (String fxParam, long time, int flags) |
| | Get key frame in list at current time. More...
|
| |
| boolean | setKeyFrameControlPoint (String fxParam, long time, NvsControlPointPair controlPointPair) |
| | Set key frame control point pair. More...
|
| |
| NvsControlPointPair | getKeyFrameControlPoint (String fxParam, long time) |
| | Get key frame control point pair. More...
|
| |
| boolean | setKeyFrameControlPointMode (String fxParam, long time, NvsControlPointModePair controlPointModePair) |
| | Set key frame control point mode pair. More...
|
| |
| NvsControlPointModePair | getKeyFrameControlPointMode (String fxParam, long time) |
| | Get key frame control point mode pair. More...
|
| |
| void | setFilterIntensity (float intensity) |
| | Sets the intensity of the filter. More...
|
| |
| float | getFilterIntensity () |
| | Gets the intensity of the filter. More...
|
| |
| void | setRegional (boolean isRegional) |
| | Sets whether the filter is regional. More...
|
| |
| boolean | getRegional () |
| | Gets whether the filter is regional. More...
|
| |
| void | setIgnoreBackground (boolean isIgnoreBackground) |
| | Sets whether the regional filter ignores Background. More...
|
| |
| boolean | getIgnoreBackground () |
| | Gets whether the regional filter ignores Background. More...
|
| |
| void | setInverseRegion (boolean isInverseRegion) |
| | Sets whether the regional filter inverses region. More...
|
| |
| boolean | getInverseRegion () |
| | Gets whether the regional filter inverses region. More...
|
| |
| void | setRegion (float[] region) |
| | Sets the region of this regional filter. More...
|
| |
| void | setRegionInfo (NvsMaskRegionInfo info) |
| | Sets the region of this regional filter. More...
|
| |
| void | setRegionInfoAtTime (NvsMaskRegionInfo info, long time) |
| | Sets the region of this regional filter at certain time. More...
|
| |
| void | setRegionalFeatherWidth (float featherWidth) |
| | Sets the feather width of this regional filter. More...
|
| |
| float | getRegionalFeatherWidth () |
| | Gets the feather width of this regional filter. More...
|
| |
| void | setRegionCoordinateSystemType (int type) |
| | Sets the coordinate system of the region. More...
|
| |
| int | getRegionCoordinateSystemType () |
| | Gets the coordinate system of the region. More...
|
| |
| void | setFilterMask (boolean useMask) |
| | Sets the mask of the filter. More...
|
| |
| boolean | getFilterMask () |
| | Gets the usage of the filter's mask. More...
|
| |
| void | release () |
| | Releases internal resources. More...
|
| |
| NvsParticleSystemContext | getParticleSystemContext () |
| |
| NvsPaintingEffectContext | getPaintingEffectContext () |
| |
| NvsARFaceContext | getARFaceContext () |
| | Get face effect context. More...
|
| |
| NvsARSceneManipulate | getARSceneManipulate () |
| | 获得NvsARSceneManipulate接口 More...
|
| |
| void | setExprVar (String varName, double varValue) |
| | Set the value of the defined parameter in the expression. More...
|
| |
| double | getExprVar (String varName) |
| | Get the value of the defined parameter in the expression. More...
|
| |