美摄SDK For iOS  3.14.0
NvsCaptureAudioFx.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 
31 
32 @property (readonly) unsigned int index;
33 @property (readonly) NSString *bultinAudioFxName;
34 @property (readonly) BOOL isCustomAudioFx;
35 @end
NvsCaptureAudioFx::bultinAudioFxName
NSString * bultinAudioFxName
内嵌音频特效名字。如果不是内嵌音频特效返回nil
Definition: NvsCaptureAudioFx.h:33
NvsCaptureAudioFx::index
unsigned int index
音频特效索引
Definition: NvsCaptureAudioFx.h:32
NvsFx
特效类
Definition: NvsFx.h:83
NvsCaptureAudioFx
采集音频特效
Definition: NvsCaptureAudioFx.h:31
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCaptureAudioFx::isCustomAudioFx
BOOL isCustomAudioFx
获取当前特效是不是自定义特效
Definition: NvsCaptureAudioFx.h:34
NvsFx.h