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
SDLAudioPassThruCapabilities

SDLAudioPassThruCapabilities Class Reference

Section Contents

Overview

Describes different audio type configurations for SDLPerformAudioPassThru, e.g. {8kHz,8-bit,PCM}

Since SmartDeviceLink 2.0

samplingRate

The sampling rate for AudioPassThru

Required

Objective-C

@property (nonatomic, strong) SDLSamplingRate _Nonnull samplingRate;

Swift

var samplingRate: SDLSamplingRate { get set }

bitsPerSample

The sample depth in bit for AudioPassThru

Required

Objective-C

@property (nonatomic, strong) SDLBitsPerSample _Nonnull bitsPerSample;

Swift

var bitsPerSample: SDLBitsPerSample { get set }

audioType

The audiotype for AudioPassThru

Required

Objective-C

@property (nonatomic, strong) SDLAudioType _Nonnull audioType;

Swift

var audioType: SDLAudioType { get set }
View on GitHub.com
Previous Section Next Section