SkineticSDK::Skinetic::ExpAudioPreset
Experimental Preset of audio devices. More...
Inherits from Enum
Public Attributes
Name | |
---|---|
int | eCustomDevice Audio stream with a custom configuration. |
int | eSkinetic Autoconfiguration of the audioStream for the Skinetic device. |
int | eHSDmkI Autoconfiguration of the audioStream for the HSD mk.I device. |
int | eHSDmkII Autoconfiguration of the audioStream for the HSD mk.II device. |
int | eHSD0 Autoconfiguration of the audioStream for the HSD 0 device. |
int | eHSDmkIII Autoconfiguration of the audioStream for the HSD mk.III device. |
Detailed Description
class SkineticSDK::Skinetic::ExpAudioPreset;
Experimental Preset of audio devices.
eCustomDevice is to be used for a custom configuration.
Public Attributes Documentation
variable eCustomDevice
static int eCustomDevice;
Audio stream with a custom configuration.
variable eSkinetic
static int eSkinetic;
Autoconfiguration of the audioStream for the Skinetic device.
variable eHSDmkI
static int eHSDmkI;
Autoconfiguration of the audioStream for the HSD mk.I device.
variable eHSDmkII
static int eHSDmkII;
Autoconfiguration of the audioStream for the HSD mk.II device.
variable eHSD0
static int eHSD0;
Autoconfiguration of the audioStream for the HSD 0 device.
variable eHSDmkIII
static int eHSDmkIII;
Autoconfiguration of the audioStream for the HSD mk.III device.
Updated on 2024-07-11 at 09:47:11 +0000