summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVideoStreamingProtocol.h
blob: 5e909764e359cf8d8fb6661350bdeaacf1792848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
//
//  SDLVideoStreamingProtocol.h
//  SmartDeviceLink-iOS
//

#import "SDLEnum.h"

/**
 * Enum for each type of video streaming protocol
 */
typedef SDLEnum SDLVideoStreamingProtocol SDL_SWIFT_ENUM;

/**
 * @abstract SDLVideoStreamingProtocol : RAW
 */
extern SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRAW;

/**
 * @abstract SDLVideoStreamingProtocol : RTP
 */
extern SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRTP;

/**
 * @abstract SDLVideoStreamingProtocol : RTSP
 */
extern SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRTSP;

/**
 * @abstract SDLVideoStreamingProtocol : RTMP
 */
extern SDLVideoStreamingProtocol const SDLVideoStreamingProtocolRTMP;

/**
 * @abstract SDLVideoStreamingProtocol : WebM
 */
extern SDLVideoStreamingProtocol const SDLVideoStreamingProtocolWebM;