summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLEndAudioPassThru.h
blob: 6c5d829148853d0f7a94e1e3c12d62c451628aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//  SDLEndAudioPassThru.h
//


#import "SDLRPCRequest.h"

/**
 * When this request is invoked, the audio capture stops
 * <p>
 * Function Group: AudioPassThru
 * <p>
 * <b>HMILevel needs to be FULL, LIMITED or BACKGROUND</b>
 * </p>
 * Since <b>SmartDeviceLink 2.0</b><br>
 * see SDLPerformAudioPassThru
 */
@interface SDLEndAudioPassThru : SDLRPCRequest

@end