diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h index 05a855e13..de36519a3 100644 --- a/SmartDeviceLink/SDLStreamingMediaManager.h +++ b/SmartDeviceLink/SDLStreamingMediaManager.h @@ -17,11 +17,12 @@ NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSInteger, SDLStreamingVideoError) { - SDLStreamingVideoErrorHeadUnitNACK, - SDLSTreamingVideoErrorInvalidOperatingSystemVersion, - SDLStreamingVideoErrorConfigurationCompressionSessionCreationFailure, - SDLStreamingVideoErrorConfigurationAllocationFailure, - SDLStreamingVideoErrorConfigurationCompressionSessionSetPropertyFailure + SDLStreamingVideoErrorHeadUnitNACK = 0, + SDLSTreamingVideoErrorInvalidOperatingSystemVersion __deprecated_enum_msg("Use SDLStreamingVideoErrorInvalidOperatingSystemVersion instead") = 1, + SDLStreamingVideoErrorInvalidOperatingSystemVersion = 1, + SDLStreamingVideoErrorConfigurationCompressionSessionCreationFailure = 2, + SDLStreamingVideoErrorConfigurationAllocationFailure = 3, + SDLStreamingVideoErrorConfigurationCompressionSessionSetPropertyFailure = 4 }; typedef NS_ENUM(NSInteger, SDLStreamingAudioError) {