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

Effect parameter description class. More...

Classes

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

Public Member Functions

String getName ()
 Get the effect's name. More...
 
List< ParamInfoObjectgetAllParamsInfo ()
 Get a list of all the effects information. More...
 

Detailed Description

Effect parameter description class.

A variety of different parameter types of effect are set during capturing and editing. The effect parameter description class is used to obtain various effect parameter values.

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

Member Function Documentation

◆ getAllParamsInfo()

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

Get a list of all the effects information.

Returns
Return the obtained list collection containing all the effect information objects.

◆ getName()

String com.meicam.sdk.NvsFxDescription.getName ( )
inline

Get the effect's name.

Returns
Return the effect's name.

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