MeiCam SDK For Android
1.0.0
|
Video transitions is the effects between clips. More...
Public Member Functions | |
int | getVideoTransitionType () |
Gets video transition type. More... | |
String | getBuiltinVideoTransitionName () |
Gets built-in video transition name. More... | |
String | getVideoTransitionPackageId () |
Gets the video transition resource package ID. More... | |
void | setVideoTransitionDurationScaleFactor (float scaleFactor) |
Sets video transition duration scaling ratio. More... | |
float | getVideoTransitionDurationScaleFactor () |
Gets video transition duration scaling ratio. More... | |
![]() | |
NvsFxDescription | getDescription () |
Gets decription of Fx. More... | |
void | setIntVal (String fxParam, int val) |
Sets the integer parameter of NvsFx. More... | |
int | getIntVal (String fxParam) |
Gets the integer parameter of NvsFx. More... | |
void | setFloatVal (String fxParam, double val) |
Sets the float parameter of NvsFx. More... | |
double | getFloatVal (String fxParam) |
Gets the float parameter of NvsFx. More... | |
void | setBooleanVal (String fxParam, boolean val) |
Sets the boolean parameter of NvsFx. More... | |
boolean | getBooleanVal (String fxParam) |
Gets the boolean parameter of NvsFx. More... | |
void | setStringVal (String fxParam, String val) |
Sets the string parameter of NvsFx. More... | |
String | getStringVal (String fxParam) |
Gets the string parameter of NvsFx. More... | |
void | setColorVal (String fxParam, NvsColor val) |
Sets the color parameter of NvsFx. More... | |
NvsColor | getColorVal (String fxParam) |
Gets the color parameter of NvsFx. More... | |
void | setPosition2DVal (String fxParam, NvsPosition2D val) |
Sets the two dimentional coordinates parameter of NvsFx. More... | |
NvsPosition2D | getPosition2DVal (String fxParam) |
Gets the two dimentional coordinates parameter of NvsFx. More... | |
void | setPosition3DVal (String fxParam, NvsPosition3D val) |
Sets the three dimentional coordinates parameter of NvsFx. More... | |
NvsPosition3D | getPosition3DVal (String fxParam) |
Gets the three dimentional coordinates parameter of NvsFx. More... | |
void | setMenuVal (String fxParam, String val) |
Sets the menu parameter of NvsFx. More... | |
String | getMenuVal (String fxParam) |
Gets the menu parameter of NvsFx. More... | |
void | setFilterIntensity (float intensity) |
Sets the intensity of the filter. More... | |
float | getFilterIntensity () |
Gets the intensity of the filter. More... | |
NvsParticleSystemContext | getParticleSystemContext () |
NvsARFaceContext | getARFaceContext () |
NvsPaintingEffectContext | getPaintingEffectContext () |
NvsARSceneManipulate | getARSceneManipulate () |
获得NvsARSceneManipulate接口 More... | |
![]() | |
void | setAttachment (String key, Object value) |
Adds additional data to the NvsObject object to identify the NvsObject object or for other purpose. More... | |
Object | getAttachment (String key) |
Gets an attachment to NvsObject. More... | |
Static Public Attributes | |
Video transition type | |
static final int | VIDEO_TRANSITION_TYPE_BUILTIN = 0 |
static final int | VIDEO_TRANSITION_TYPE_PACKAGE = 1 |
Additional Inherited Members | |
![]() | |
void | setInternalObject (long internalObject) |
long | getInternalObject () |
![]() | |
long | m_internalObject = 0 |
Video transitions is the effects between clips.
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 (NvsVideoTrack). The default transition is fade.
|
inline |
Gets built-in video transition name.
|
inline |
Gets video transition duration scaling ratio.
|
inline |
Gets the video transition resource package ID.
|
inline |
Gets video transition type.
|
inline |
Sets video transition duration scaling ratio.
scaleFactor | Video transition duration scaling ratio with the range of values (0,1] |
|
static |
|
static |