MeiCam SDK For iOS  3.10.0
NvsFxDescription.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright China Digital Video (Beijing) Limited, 2016. All rights reserved.
4 //
5 // This code and information is provided "as is" without warranty of any kind,
6 // either expressed or implied, including but not limited to the implied
7 // warranties of merchantability and/or fitness for a particular purpose.
8 //
9 //--------------------------------------------------------------------------------
10 // Birth Date: Jan 22. 2017
11 // Author: NewAuto video team
12 //================================================================================
13 
14 #pragma once
15 
16 #import <Foundation/Foundation.h>
17 #import "NvsCommonDef.h"
18 #import "NvsEffectDescription.h"
19 
32 NVS_EXPORT @interface NvsFxDescription : NSObject
33 
34 @property (readonly) NSString *name;
35 
102 - (NSArray *)getAllParamsInfo;
103 
104 @end
NvsFxDescription::name
NSString * name
Definition: NvsFxDescription.h:34
NvsFxDescription
Effect parameter description class.
Definition: NvsFxDescription.h:33
NvsEffectDescription.h
-[NvsFxDescription getAllParamsInfo]
NSArray * getAllParamsInfo()
Get all the effect parameter information.
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCommonDef.h