VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
VxSdk::VxStreamProtocol Struct Reference

Values that represent stream protocols. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kMjpegPull,
  kRtspRtp
}
 

Detailed Description

Values that represent stream protocols.

Definition at line 910 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kMjpegPull 

The Mjpeg (pull) protocol.

kRtspRtp 

The RTSP/RTP protocol.

Definition at line 911 of file VxPrimitives.h.

911  {
913  kUnknown,
915  kMjpegPull,
917  kRtspRtp
918  };
The RTSP/RTP protocol.
Definition: VxPrimitives.h:917
An error or unknown value was returned.
Definition: VxPrimitives.h:913
The Mjpeg (pull) protocol.
Definition: VxPrimitives.h:915

The documentation for this struct was generated from the following file: