summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAudioType.h
blob: e040ffd6ab1961b51d0fb51df5f6f86b9394e528 (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 SDL_SWIFT_ENUM;

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