docs/_data/Help/Get-OBSCurrentProgramScene.json
{ "Synopsis": "Get-OBSCurrentProgramScene : GetCurrentProgramScene", "Description": "Gets the current program scene.\n\nNote: This request is slated to have the `currentProgram`-prefixed fields removed from in an upcoming RPC version.\n\n\nGet-OBSCurrentProgramScene calls the OBS WebSocket with a request of type GetCurrentProgramScene.", "Parameters": [ { "Name": null, "Type": null, "Description": "", "Required": false, "Position": 0, "Aliases": null, "DefaultValue": null, "Globbing": false, "PipelineInput": null, "variableLength": false } ], "Notes": [ null ], "CommandType": "Function", "Component": [ null ], "Inputs": [ null ], "Outputs": [ null ], "Links": [ "https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getcurrentprogramscene" ], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Get-OBSCurrentProgramScene" } ] } |