Send feature flags in RTSP DESCRIBE response
This commit is contained in:
parent
d3578e9711
commit
1ef8cb1111
5 changed files with 46 additions and 0 deletions
|
|
@ -1833,4 +1833,13 @@ namespace platf {
|
|||
|
||||
return gamepads;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Returns the supported platform capabilities to advertise to the client.
|
||||
* @return Capability flags.
|
||||
*/
|
||||
platform_caps::caps_t
|
||||
get_capabilities() {
|
||||
return 0;
|
||||
}
|
||||
} // namespace platf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue