Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLEqualizerSettings

SDLEqualizerSettings Class Reference

Section Contents

Overview

Defines the each Equalizer channel settings.

-initWithChannelId:channelSetting:

Convenience init

Objective-C

- (nonnull instancetype)initWithChannelId:(UInt8)channelId
                           channelSetting:(UInt8)channelSetting;

Swift

init(channelId: UInt8, channelSetting: UInt8)

Parameters

channelId

Read-only channel / frequency name

channelSetting

Reflects the setting, from 0%-100%.

channelName

@abstract Read-only channel / frequency name (e.i. “Treble, Midrange, Bass” or “125 Hz”)

Optional, Max String length 50 chars

Objective-C

@property (nonatomic, strong, nullable) NSString *channelName;

Swift

var channelName: String? { get set }

channelSetting

@abstract Reflects the setting, from 0%-100%.

Required, Integer 1 - 100

Objective-C

@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull channelSetting;

Swift

var channelSetting: NSNumber & SDLInt { get set }

channelId

@abstract id of the channel.

Required, Integer 1 - 100

Objective-C

@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull channelId;

Swift

var channelId: NSNumber & SDLInt { get set }
View on GitHub.com
Previous Section Next Section