MeiCam SDK For iOS
3.14.0
include
sdkcore
ios
NvsAudioFx.h
Go to the documentation of this file.
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
effect class.
Definition:
NvsFx.h:83
NvsAudioFx::isCustomAudioFx
BOOL isCustomAudioFx
current audio fx is custom fx
Definition:
NvsAudioFx.h:34
NvsAudioFx::index
unsigned int index
Audio special effects index.
Definition:
NvsAudioFx.h:32
NvsAudioFx::bultinAudioFxName
NSString * bultinAudioFxName
Build-in audio effects name. If it is not a build-in audio effect, return nil.
Definition:
NvsAudioFx.h:33
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsAudioFx
Audio effects.
Definition:
NvsAudioFx.h:31
NvsFx.h
Generated by
1.8.18