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


#import "SDLEnum.h"

/**
 Describes different audio type options for PerformAudioPassThru
 */
typedef SDLEnum SDLAudioType NS_STRING_ENUM;

/**
 * @abstract PCM raw audio
 *
 * @since SDL 2.0
 */
extern SDLAudioType const SDLAudioTypePCM;