Describes different audio type configurations for SDLPerformAudioPassThru, e.g. {8kHz,8-bit,PCM}
Since SmartDeviceLink 2.0
The sampling rate for AudioPassThru
Required
@property (nonatomic, strong) SDLSamplingRate _Nonnull samplingRate;
var samplingRate: SDLSamplingRate { get set }
The sample depth in bit for AudioPassThru
Required
@property (nonatomic, strong) SDLBitsPerSample _Nonnull bitsPerSample;
var bitsPerSample: SDLBitsPerSample { get set }
The audiotype for AudioPassThru
Required
@property (nonatomic, strong) SDLAudioType _Nonnull audioType;
var audioType: SDLAudioType { get set }