mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Deprecate SetBrowserSourceProperties and GetBrowserSourceProperties
Both of these requests are doing essentially the same thing as `GetSourceSettings` and `SetSourceSettings`, so there is no reason to have the extra bloat.
This commit is contained in:
parent
b1df0dca97
commit
8d88bc19ed
@ -919,6 +919,7 @@ RpcResponse WSRequestHandler::SetTextFreetype2Properties(const RpcRequest& reque
|
||||
* @name GetBrowserSourceProperties
|
||||
* @category sources
|
||||
* @since 4.1.0
|
||||
* @deprecated Since 4.8.0. Prefer the use of GetSourceSettings.
|
||||
*/
|
||||
RpcResponse WSRequestHandler::GetBrowserSourceProperties(const RpcRequest& request)
|
||||
{
|
||||
@ -960,6 +961,7 @@ RpcResponse WSRequestHandler::GetBrowserSourceProperties(const RpcRequest& reque
|
||||
* @api requests
|
||||
* @name SetBrowserSourceProperties
|
||||
* @category sources
|
||||
* @deprecated Since 4.8.0. Prefer the use of SetSourceSettings.
|
||||
* @since 4.1.0
|
||||
*/
|
||||
RpcResponse WSRequestHandler::SetBrowserSourceProperties(const RpcRequest& request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user