美摄SDK For iOS
3.14.0
include
sdkcore
ios
NvsAudioFx.h
浏览该文件的文档.
1
//================================================================================
2
//
3
// (c) Copyright Meishe Co. Ltd, 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: Dec 29. 2016
11
// Author: Meishe video team
12
//================================================================================
13
14
#pragma once
15
16
#import "
NvsFx.h
"
17
30
NVS_EXPORT
@interface
NvsAudioFx
:
NvsFx
31
32
@property
(readonly)
unsigned
int
index
;
33
@property
(readonly) NSString *
bultinAudioFxName
;
34
@property
(readonly) BOOL
isCustomAudioFx
;
35
@end
NvsFx
特效类
Definition:
NvsFx.h:83
NvsAudioFx::isCustomAudioFx
BOOL isCustomAudioFx
获取当前特效是不是自定义特效
Definition:
NvsAudioFx.h:34
NvsAudioFx::index
unsigned int index
音频特效索引
Definition:
NvsAudioFx.h:32
NvsAudioFx::bultinAudioFxName
NSString * bultinAudioFxName
内嵌音频特效名字。如果不是内嵌音频特效返回nil
Definition:
NvsAudioFx.h:33
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsAudioFx
音频特效
Definition:
NvsAudioFx.h:31
NvsFx.h
制作者
1.8.18