summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLFileType.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 15:12:15 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 15:12:15 -0700
commit25f909c0bef5a296585c7ec1fd04c39194a88201 (patch)
treeba538e9d5615598ab33e64e371792679c5d2af8f /SmartDeviceLink/SDLFileType.h
parentd2a0d458c51e5efbf2e0092988669e61d9e417d6 (diff)
downloadsdl_ios-25f909c0bef5a296585c7ec1fd04c39194a88201.tar.gz
Renamed enums to be more readable.
Diffstat (limited to 'SmartDeviceLink/SDLFileType.h')
-rw-r--r--SmartDeviceLink/SDLFileType.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/SmartDeviceLink/SDLFileType.h b/SmartDeviceLink/SDLFileType.h
index 474344277..688fc24a3 100644
--- a/SmartDeviceLink/SDLFileType.h
+++ b/SmartDeviceLink/SDLFileType.h
@@ -14,32 +14,32 @@ typedef SDLEnum SDLFileType NS_EXTENSIBLE_STRING_ENUM;
/**
* @abstract file type: Bitmap (BMP)
*/
-extern SDLFileType const SDLFileTypeGraphicBmp;
+extern SDLFileType const SDLFileTypeGraphicBMP;
/**
* @abstract file type: JPEG
*/
-extern SDLFileType const SDLFileTypeGraphicJpeg;
+extern SDLFileType const SDLFileTypeGraphicJPEG;
/**
* @abstract file type: PNG
*/
-extern SDLFileType const SDLFileTypeGraphicPng;
+extern SDLFileType const SDLFileTypeGraphicPNG;
/**
* @abstract file type: WAVE (WAV)
*/
-extern SDLFileType const SDLFileTypeAudioWave;
+extern SDLFileType const SDLFileTypeAudioWAV;
/**
* @abstract file type: MP3
*/
-extern SDLFileType const SDLFileTypeAudioMp3;
+extern SDLFileType const SDLFileTypeAudioMP3;
/**
* @abstract file type: AAC
*/
-extern SDLFileType const SDLFileTypeAudioAac;
+extern SDLFileType const SDLFileTypeAudioAAC;
/**
* @abstract file type: BINARY
@@ -49,4 +49,4 @@ extern SDLFileType const SDLFileTypeBinary;
/**
* @abstract file type: JSON
*/
-extern SDLFileType const SDLFileTypeJson;
+extern SDLFileType const SDLFileTypeJSON;