MeiCam SDK For iOS  3.10.0
NvsCaptureAudioFx.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: Dec 29. 2016
11 // Author: NewAuto 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
Build-in audio effects name. If it is not a build-in audio effect, return nil.
Definition: NvsCaptureAudioFx.h:33
NvsCaptureAudioFx::index
unsigned int index
Audio special effects index.
Definition: NvsCaptureAudioFx.h:32
NvsFx
effect class.
Definition: NvsFx.h:83
NvsCaptureAudioFx
Capture audio effects.
Definition: NvsCaptureAudioFx.h:31
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCaptureAudioFx::isCustomAudioFx
BOOL isCustomAudioFx
current audio fx is custom fx
Definition: NvsCaptureAudioFx.h:34
NvsFx.h