美摄SDK For iOS
3.7.2
include
sdkcore
ios
NvsFxDescription.h
浏览该文件的文档.
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
特效参数描述类
Definition:
NvsFxDescription.h:33
NvsEffectDescription.h
-[NvsFxDescription getAllParamsInfo]
NSArray * getAllParamsInfo()
获取所有特效参数信息
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsCommonDef.h
制作者
1.8.18