Send feature flags in RTSP DESCRIBE response

This commit is contained in:
Cameron Gutman
2023-06-25 17:40:25 -05:00
parent d3578e9711
commit 1ef8cb1111
5 changed files with 46 additions and 0 deletions

View File

@@ -825,4 +825,13 @@ namespace platf {
return gps;
}
/**
* @brief Returns the supported platform capabilities to advertise to the client.
* @return Capability flags.
*/
platform_caps::caps_t
get_capabilities() {
return 0;
}
} // namespace platf