#include "RTSPServer.hh"#include "RTSPCommon.hh"#include "RTSPRegisterSender.hh"#include "Base64.hh"#include <GroupsockHelper.hh>#include "RsCommon.h"#include "RsRTSPServer.hh"#include "RsServerMediaSession.h"#include "RsServerMediaSubsession.h"#include "librealsense2/hpp/rs_options.hpp"#include "RsUsageEnvironment.h"
Go to the source code of this file.
Functions | |
| std::string | getOptionString (rs2_option t_opt, float t_min, float t_max, float t_def, float t_step) |
| std::string getOptionString | ( | rs2_option | t_opt, |
| float | t_min, | ||
| float | t_max, | ||
| float | t_def, | ||
| float | t_step | ||
| ) |
Definition at line 35 of file RsRTSPServer.cpp.