![]() |
Plasma Engine
2.0
|
Audio request to set the value of a real-time parameter. More...
#include <AudioSystemRequests.h>
Public Member Functions | |
PL_DECLARE_AUDIOSYSTEM_REQUEST_TYPE (plAudioSystemRequestSetRtpcValue, m_fValue==rhs.m_fValue) | |
![]() | |
bool | operator== (const plAudioSystemRequest &rhs) const |
bool | operator!= (const plAudioSystemRequest &rhs) const |
Public Attributes | |
float | m_fValue {0.0f} |
The new parameter's value. | |
![]() | |
plAudioSystemDataID | m_uiEntityId {0} |
The audio entity which is being manipulated, if any. | |
plAudioSystemDataID | m_uiListenerId {0} |
The audio listener which is being manipulated, if any. | |
plAudioSystemDataID | m_uiObjectId {0} |
The audio object (trigger, rtpc, environment, etc.) which is being manipulated, if any. | |
plStatus | m_eStatus {PL_FAILURE} |
The status of the audio request. | |
Audio request to set the value of a real-time parameter.