Compound caption. Compound captions are compound caption that is superimposed on the video, each compound caption may composed of several sub-captions. When editing a video, users can add and adjust the captions position. User can also set its properties such as font family, text color, etc.
More...
|
| | constructor () |
| |
| | getCaptionCount () |
| | Get number of sub-cpations in this compound caption. More...
|
| |
| | setText (captionIndex, text) |
| | Set sub-caption text with index. More...
|
| |
| | getText (captionIndex) |
| | Get sub-caption text with index. More...
|
| |
| | setTextColor (captionIndex, color) |
| | Set sub-caption color with index. More...
|
| |
| | getTextColor (captionIndex) |
| | Get sub-caption color with index. More...
|
| |
| | setFontFamily (captionIndex, family) |
| | Set sub-caption font family with index. More...
|
| |
| | getFontFamily (captionIndex) |
| | Get sub-caption font family with index. More...
|
| |
| | setCaptionTranslation (translation) |
| | Set the amount of caption translation. More...
|
| |
| | getCaptionTranslation () |
| | Get the amount of caption translation. More...
|
| |
| | translateCaption (translationOffset) |
| | Translate caption. More...
|
| |
| | setAnchorPoint (anchor) |
| | Set caption anchor. More...
|
| |
| | getAnchorPoint () |
| | Get caption anchor. More...
|
| |
| | setScaleX (scale) |
| | Set horizontal scaling factor for caption. More...
|
| |
| | getScaleX () |
| | Get horizontal scaling factor for caption. More...
|
| |
| | setScaleY (scale) |
| | Set vertical scaling factor for captions. More...
|
| |
| | getScaleY () |
| | Get vertical scaling factor for captions. More...
|
| |
| | scaleCaption (scaleFactor, anchor) |
| | Scale caption. More...
|
| |
| | scaleCaption2 (scaleFactor) |
| | Scale caption on center. More...
|
| |
| | setRotationZ (angle) |
| | Set the rotation angle for the caption. More...
|
| |
| | getRotationZ () |
| | Get the rotation angle for the caption. More...
|
| |
| | rotateCaption (angle, anchor) |
| | Rotate caption. More...
|
| |
| | rotateCaption2 (angle) |
| | Rotate catpion on center. More...
|
| |
| | getCaptionBoundingVertices (captionIndex, boudingType, motionParams) |
| | Get the transformed vertices position of the original caption bounding. More...
|
| |
| | getCompoundBoundingVertices (boudingType, motionParams) |
| | Get the transformed vertices position of the original compound caption bounding. More...
|
| |
| | setZValue (value) |
| | Set caption Z value. More...
|
| |
| | getZValue () |
| | Get caption Z value. More...
|
| |
| | setOpacity (value) |
| | Set caption opacity. More...
|
| |
| | getOpacity () |
| | Get caption opacity. More...
|
| |
| | isFrameCaption (captionIndex) |
| | Determine if it is a border caption. More...
|
| |
| | getCaptionStylePackageId () |
| | Get the caption style package ID. 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...
|
| |
Compound caption. Compound captions are compound caption that is superimposed on the video, each compound caption may composed of several sub-captions. When editing a video, users can add and adjust the captions position. User can also set its properties such as font family, text color, etc.
- See also
- NveEffectInstance