Skip to main content

RtspServerOptions Struct

Declaration

struct simaai::neat::RtspServerOptions { ... }

Included Headers

#include <SessionOptions.h>

Public Member Attributes Index

std::stringmount = "image"
intport = 8554
intrtp_port_base = -1
intrtp_port_count = 0

Definition at line 22 of file SessionOptions.h.

Public Member Attributes

mount

std::string simaai::neat::RtspServerOptions::mount = "image"

Definition at line 23 of file SessionOptions.h.

23 std::string mount = "image";

port

int simaai::neat::RtspServerOptions::port = 8554

Definition at line 24 of file SessionOptions.h.

24 int port = 8554;

rtp_port_base

int simaai::neat::RtspServerOptions::rtp_port_base = -1

Definition at line 27 of file SessionOptions.h.

27 int rtp_port_base = -1;

rtp_port_count

int simaai::neat::RtspServerOptions::rtp_port_count = 0

Definition at line 28 of file SessionOptions.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.