mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
WSRequestHandler_Sources: fix comment name for Set/GetAudioTrack
Functions were named SetTracks and GetTracks rather than SetAudioTracks and GetAudioTracks as in the actual code, so this mismatch gets picked up by the protocol docs (but not anymore).
This commit is contained in:
parent
d05ff26930
commit
c5ef671e0c
@ -323,7 +323,7 @@ RpcResponse WSRequestHandler::SetVolume(const RpcRequest& request)
|
||||
* @param {boolean} `active` Whether audio track is active or not.
|
||||
*
|
||||
* @api requests
|
||||
* @name SetTracks
|
||||
* @name SetAudioTracks
|
||||
* @category sources
|
||||
* @since 4.9.1
|
||||
*/
|
||||
@ -372,7 +372,7 @@ RpcResponse WSRequestHandler::SetAudioTracks(const RpcRequest& request)
|
||||
* @return {boolean} `track6`
|
||||
*
|
||||
* @api requests
|
||||
* @name GetTracks
|
||||
* @name GetAudioTracks
|
||||
* @category sources
|
||||
* @since 4.9.1
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user