docs/_data/Help/obs.powershell.websocket.GetVideoSettings.json
{ "Synopsis": "Get-OBSVideoSettings : GetVideoSettings", "Description": "Gets the current video settings.\n\nNote: To get the true FPS value, divide the FPS numerator by the FPS denominator. Example: `60000/1001`\n\n\nGet-OBSVideoSettings calls the OBS WebSocket with a request of type GetVideoSettings.", "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#getvideosettings" ], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Get-OBSVideoSettings" } ] } |