MeiCam SDK For Android  1.0.0
Classes | Public Member Functions | List of all members
com.meicam.sdk.NvsFxDescription Class Reference

Effect parameter description. More...

Classes

class  ParamInfoObject
 Special effect parameter information class, mainly the details of the special effect parameters. More...
 

Public Member Functions

String getName ()
 Gets the name of the effect. More...
 
List< ParamInfoObjectgetAllParamsInfo ()
 Gets a list of all the special effects information. More...
 

Detailed Description

Effect parameter description.

Special effects of various parameter types can set during video capture and edit. The special effect parameter description is specifically used to obtain various special effect parameter values.

Warning
In the NvsFxDescription class, all public APIs are used in the UI thread! ! !

Member Function Documentation

List<ParamInfoObject> com.meicam.sdk.NvsFxDescription.getAllParamsInfo ( )
inline

Gets a list of all the special effects information.

Returns
Returns the obtained List collection containing all the effect information objects.
String com.meicam.sdk.NvsFxDescription.getName ( )
inline

Gets the name of the effect.

Returns
Returns the name of the effect obtained.

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