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


#import "SDLVideoStreamingCodec.h"

SDLVideoStreamingCodec const SDLVideoStreamingCodecH264 = @"H264";
SDLVideoStreamingCodec const SDLVideoStreamingCodecH265 = @"H265";
SDLVideoStreamingCodec const SDLVideoStreamingCodecTheora = @"THEORA";
SDLVideoStreamingCodec const SDLVideoStreamingCodecVP8 = @"VP8";
SDLVideoStreamingCodec const SDLVideoStreamingCodecVP9 = @"VP9";