Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix @rpcVersion so that they are not marked as deprecated in the docs #1141

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions src/utils/Obs.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_UNKNOWN
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -82,7 +82,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STARTING
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -92,7 +92,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STARTED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -102,7 +102,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STOPPING
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -112,7 +112,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_STOPPED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -122,7 +122,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RECONNECTING
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -132,7 +132,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RECONNECTED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.1.0
* @api enums
*/
Expand All @@ -142,7 +142,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_PAUSED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.1.0
* @api enums
*/
Expand All @@ -152,7 +152,7 @@ enum ObsOutputState {
*
* @enumIdentifier OBS_WEBSOCKET_OUTPUT_RESUMED
* @enumType ObsOutputState
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -176,7 +176,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_NONE
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -186,7 +186,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PLAY
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -196,7 +196,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PAUSE
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -206,7 +206,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_STOP
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -216,7 +216,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_RESTART
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -226,7 +226,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_NEXT
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand All @@ -236,7 +236,7 @@ enum ObsMediaInputAction {
*
* @enumIdentifier OBS_WEBSOCKET_MEDIA_INPUT_ACTION_PREVIOUS
* @enumType ObsMediaInputAction
* @rpcVersion 1
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
Expand Down