StreamTypes.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
8 #pragma once
9 
10 namespace EdgeVisDecoderSDK
11 {
16  typedef enum StreamType
17  {
28  } StreamType;
29 }
A media stream with video, audio and GPS data.
Definition: StreamTypes.h:19
A data stream.
Definition: StreamTypes.h:20
A PTZ stream.
Definition: StreamTypes.h:22
An analytics stream.
Definition: StreamTypes.h:27
A GOP download stream.
Definition: StreamTypes.h:26
A secure connect stream.
Definition: StreamTypes.h:25
A generic stream.
Definition: StreamTypes.h:18
A Full resolution stream.
Definition: StreamTypes.h:23
A serial passthru stream.
Definition: StreamTypes.h:21
StreamType
Defines the type of stream.
Definition: StreamTypes.h:16
The EdgeVis Decoder SDK namespace.
An archive download stream.
Definition: StreamTypes.h:24