Plasma Engine  2.0
Loading...
Searching...
No Matches
plAmplitudeAudioControlType Struct Reference

The type of a control. This is used by control assets to determine the type of the control when the audio system is parsing them. More...

#include <AmplitudeAudioData.h>

Inheritance diagram for plAmplitudeAudioControlType:

Public Types

enum  Enum : StorageType {
  Invalid = 0 , Trigger = 1 , Rtpc = 2 , SoundBank = 3 ,
  Switch = 4 , SwitchState = 5 , Environment = 6 , Default = Invalid
}
 
using StorageType = plUInt8
 

Detailed Description

The type of a control. This is used by control assets to determine the type of the control when the audio system is parsing them.

Member Enumeration Documentation

◆ Enum

Enumerator
Invalid 

The control is not known to the audio system.

Trigger 

The control is a source.

Rtpc 

The control is a real-time parameter.

SoundBank 

The control is a sound bank.

Switch 

The control is a switch container.

SwitchState 

The control is a switch state.

Environment 

The control is an environment effect.


The documentation for this struct was generated from the following file: