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


#import "SDLEnum.h"

/**
 * The VR capabilities of the connected SDL platform. Used in RegisterAppInterfaceResponse.
 *
 * @since SDL 1.0
 */
typedef SDLEnum SDLVRCapabilities SDL_SWIFT_ENUM;

/**
 * The SDL platform is capable of recognizing spoken text in the current language.
 */
extern SDLVRCapabilities const SDLVRCapabilitiesText;