NumberStringNumberEqualizerSettingsEqualizerSettingsEqualizerSettingsNumberGet the ChannelId
Kind: Instance method of EqualizerSettings
Returns: Number - the KEY_CHANNEL_ID value
StringGet the ChannelName
Kind: Instance method of EqualizerSettings
Returns: String - the KEY_CHANNEL_NAME value
NumberGet the ChannelSetting
Kind: Instance method of EqualizerSettings
Returns: Number - the KEY_CHANNEL_SETTING value
EqualizerSettingsSet 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} |
EqualizerSettingsSet 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} |
EqualizerSettingsSet 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} |