Skip to main content
Version: Skinetic SDK 1.4.6

SkineticSDK::Skinetic::ExpAudioPreset

Experimental Preset of audio devices. More...

Inherits from Enum

Public Attributes

Name
inteCustomDevice
Audio stream with a custom configuration.
inteSkinetic
Autoconfiguration of the audioStream for the Skinetic device.
inteHSDmkI
Autoconfiguration of the audioStream for the HSD mk.I device.
inteHSDmkII
Autoconfiguration of the audioStream for the HSD mk.II device.
inteHSD0
Autoconfiguration of the audioStream for the HSD 0 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.


Updated on 2024-05-23 at 10:02:49 +0000