summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVrCapabilities.h
blob: fd5f9bcab28fdcbb0aa42da5b7832793c7dd94fe (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.
 *
 * @since SDL 1.0
 */
typedef SDLEnum SDLVRCapabilities NS_STRING_ENUM;

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