MeiCam SDK For iOS  3.10.0
NvsStoryboard3DBoneOpInfo.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: May 17. 2022
11 // Author: NewAuto video team
12 //================================================================================
13 
14 #pragma once
15 #import "NvsArbitraryData.h"
16 #import "NvsCommonDef.h"
17 
18 NVS_EXPORT @interface NvsBoneOpInfo : NSObject
19 
20 @property(strong, nonatomic) NSString *name;
21 @property(assign, nonatomic) NvsPosition3D scale3D;
22 @property(assign, nonatomic) NvsPosition3D rotation3D;
23 @property(assign, nonatomic) NvsPosition3D translation3D;
24 
25 @end
26 
28 
29 @property(strong, nonatomic) NSMutableDictionary <NSString*, NvsBoneOpInfo *>*boneOpInfo;
30 
31 @end
NvsBoneOpInfo::translation3D
NvsPosition3D translation3D
Definition: NvsStoryboard3DBoneOpInfo.h:23
NvsStoryboard3DBoneOpInfo
Definition: NvsStoryboard3DBoneOpInfo.h:28
NvsBoneOpInfo::name
NSString * name
Definition: NvsStoryboard3DBoneOpInfo.h:20
NvsPosition3D
3D coordinate structure
Definition: NvsCommonDef.h:354
NvsBoneOpInfo::scale3D
NvsPosition3D scale3D
Definition: NvsStoryboard3DBoneOpInfo.h:21
NvsArbitraryData.h
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCommonDef.h
NvsBoneOpInfo::rotation3D
NvsPosition3D rotation3D
Definition: NvsStoryboard3DBoneOpInfo.h:22
NvsBoneOpInfo
Definition: NvsStoryboard3DBoneOpInfo.h:19
NvsArbitraryData
A custom parameter structure for video effects.
Definition: NvsArbitraryData.h:29