docs/_data/Help/Set-OBSDisplaySource.json
{ "Synopsis": "Adds a display source", "Description": "Adds a display source to OBS. This captures the contents of the display.", "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": [], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Add-OBSDisplaySource # Adds a display source of the primary monitor" }, { "Title": "EXAMPLE 2", "Markdown": "", "Code": "Add-OBSDisplaySource -Display 2 # Adds a display source of the second monitor" } ] } |