summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAudioStreamingState.m
blob: 043c2fc58a8507c8f77fbfc1ae4ae06c96dea1dd (plain)
1
2
3
4
5
6
7
8
9
//  SDLAudioStreamingState.m
//


#import "SDLAudioStreamingState.h"

SDLAudioStreamingState const SDLAudioStreamingStateAudible = @"AUDIBLE";
SDLAudioStreamingState const SDLAudioStreamingStateAttenuated = @"ATTENUATED";
SDLAudioStreamingState const SDLAudioStreamingStateNotAudible = @"NOT_AUDIBLE";