FBX C++ API Reference
fbxaudiolayer.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2016 Autodesk, Inc.
4  All rights reserved.
5 
6  Use of this software is subject to the terms of the Autodesk license agreement
7  provided at the time of installation or download, or which otherwise accompanies
8  this software in either electronic or hard copy form.
9 
10 ****************************************************************************************/
11 
13 #ifndef _FBXSDK_SCENE_AUDIO_LAYER_H_
14 #define _FBXSDK_SCENE_AUDIO_LAYER_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
19 
20 #include <fbxsdk/fbxsdk_nsbegin.h>
21 
22 class FbxAudio;
23 
32 {
34 
35 public:
37  //
38  // Properties
39  //
41 
48 
56 
62 
70 
79 
81  void Reset();
82 
83 /*****************************************************************************************************************************
84 ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
85 *****************************************************************************************************************************/
86 #ifndef DOXYGEN_SHOULD_SKIP_THIS
87 protected:
88  virtual void ConstructProperties(bool pForceSet);
89 
90 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
91 };
92 
93 #include <fbxsdk/fbxsdk_nsend.h>
94 
95 #endif /* _FBXSDK_SCENE_AUDIO_LAYER_H_ */
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
Definition: fbxobject.h:61
FBX SDK environment definition.
FbxPropertyT< FbxBool > Lock
This property stores the lock state.
Definition: fbxaudiolayer.h:69
FBX SDK audio class.
Definition: fbxaudio.h:25
FbxPropertyT< FbxDouble > Volume
This property stores the volume increment value.
Definition: fbxaudiolayer.h:61
FbxPropertyT< FbxBool > Solo
This property stores the solo state.
Definition: fbxaudiolayer.h:55
FbxPropertyT< FbxDouble3 > Color
This property stores the display color.
Definition: fbxaudiolayer.h:78
A FbxObject derived container for FbxObject.
Definition: fbxcollection.h:28
The audio layer is a collection of audio clips.
Definition: fbxaudiolayer.h:31
#define FBXSDK_DLL
Definition: fbxarch.h:173
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.