Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/dev-dependencies-cddfeb1403'
This commit is contained in:
10
src/rtsp.h
10
src/rtsp.h
@@ -63,6 +63,10 @@ namespace rtsp_stream {
|
||||
void
|
||||
launch_session_clear(uint32_t launch_session_id);
|
||||
|
||||
/**
|
||||
* @brief Get the number of active sessions.
|
||||
* @return Count of active sessions.
|
||||
*/
|
||||
int
|
||||
session_count();
|
||||
|
||||
@@ -72,6 +76,12 @@ namespace rtsp_stream {
|
||||
std::list<std::string>
|
||||
get_all_session_uuids();
|
||||
|
||||
/**
|
||||
* @brief Terminates all running streaming sessions.
|
||||
*/
|
||||
void
|
||||
terminate_sessions();
|
||||
|
||||
void
|
||||
rtpThread();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user