summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVideoStreamingProtocol.m
blob: c39addd75d80e4ee3a114f5941d3a6e5f8afa924 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
//  SDLVideoStreamingProtocol.m
//  SmartDeviceLink-iOS

#import "SDLVideoStreamingProtocol.h"

SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRAW = @"RAW";
SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRTP = @"RTP";
SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRTSP = @"RTSP";
SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRTMP = @"RTMP";
SDLVideoStreamingProtocol const SDLVideoStreamingProtocolWebM = @"WEBM";