// SDLEndAudioPassThru.h // #import "SDLRPCRequest.h" /** * When this request is invoked, the audio capture stops *

* Function Group: AudioPassThru *

* HMILevel needs to be FULL, LIMITED or BACKGROUND *

* Since SmartDeviceLink 2.0
* see SDLPerformAudioPassThru */ NS_ASSUME_NONNULL_BEGIN @interface SDLEndAudioPassThru : SDLRPCRequest @end NS_ASSUME_NONNULL_END