Number
String
Number
EqualizerSettings
EqualizerSettings
EqualizerSettings
Number
Get the ChannelId
Kind: Instance method of EqualizerSettings
Returns: Number
- the KEY_CHANNEL_ID value
String
Get the ChannelName
Kind: Instance method of EqualizerSettings
Returns: String
- the KEY_CHANNEL_NAME value
Number
Get the ChannelSetting
Kind: Instance method of EqualizerSettings
Returns: Number
- the KEY_CHANNEL_SETTING value
EqualizerSettings
Set the ChannelId
Kind: Instance method of EqualizerSettings
Returns: EqualizerSettings
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | Number |
The desired ChannelId. {'num_min_value': 1, 'num_max_value': 100} |
EqualizerSettings
Set the ChannelName
Kind: Instance method of EqualizerSettings
Returns: EqualizerSettings
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | String |
read-only channel / frequency name (e.i. "Treble, Midrange, Bass" or "125 Hz") - The desired ChannelName. {'string_min_length': 1, 'string_max_length': 50} |
EqualizerSettings
Set the ChannelSetting
Kind: Instance method of EqualizerSettings
Returns: EqualizerSettings
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
setting | Number |
Reflects the setting, from 0%-100%. - The desired ChannelSetting. {'num_min_value': 0, 'num_max_value': 100} |