obs-powershell-Help.xml
<?xml version="1.0" encoding="utf-8"?> <helpItems schema="maml"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Add-OBSInput</command:name> <command:noun>OBSInput</command:noun> <command:verb>Add</command:verb> <maml:description> <maml:para>Add-OBSInput : CreateInput</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Creates a new input, adding it as a scene item to the specified scene.</maml:para> <maml:para>Add-OBSInput calls the OBS WebSocket with a request of type CreateInput.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-OBSInput</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to add the input to as a scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to add the input to as a scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the new input to created</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputKind</maml:name> <maml:description> <maml:para>The kind of input to be created</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputSettings</maml:name> <maml:description> <maml:para>Settings object to initialize the input with</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemEnabled</maml:name> <maml:description> <maml:para>Whether to set the created scene item to enabled or disabled</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputKind</maml:name> <maml:description> <maml:para>The kind of input to be created</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the new input to created</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputSettings</maml:name> <maml:description> <maml:para>Settings object to initialize the input with</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemEnabled</maml:name> <maml:description> <maml:para>Whether to set the created scene item to enabled or disabled</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to add the input to as a scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to add the input to as a scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createinput</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Add-OBSProfile</command:name> <command:noun>OBSProfile</command:noun> <command:verb>Add</command:verb> <maml:description> <maml:para>Add-OBSProfile : CreateProfile</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Creates a new profile, switching to it in the process</maml:para> <maml:para>Add-OBSProfile calls the OBS WebSocket with a request of type CreateProfile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-OBSProfile</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Name for the new profile</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Name for the new profile</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createprofile</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Add-OBSScene</command:name> <command:noun>OBSScene</command:noun> <command:verb>Add</command:verb> <maml:description> <maml:para>Add-OBSScene : CreateScene</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Creates a new scene in OBS.</maml:para> <maml:para>Add-OBSScene calls the OBS WebSocket with a request of type CreateScene.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-OBSScene</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name for the new scene</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name for the new scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createscene</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Add-OBSSceneCollection</command:name> <command:noun>OBSSceneCollection</command:noun> <command:verb>Add</command:verb> <maml:description> <maml:para>Add-OBSSceneCollection : CreateSceneCollection</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Creates a new scene collection, switching to it in the process.</maml:para> <maml:para>Note: This will block until the collection has finished changing.</maml:para> <maml:para>Add-OBSSceneCollection calls the OBS WebSocket with a request of type CreateSceneCollection.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-OBSSceneCollection</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneCollectionName</maml:name> <maml:description> <maml:para>Name for the new scene collection</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneCollectionName</maml:name> <maml:description> <maml:para>Name for the new scene collection</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createscenecollection</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Add-OBSSceneItem</command:name> <command:noun>OBSSceneItem</command:noun> <command:verb>Add</command:verb> <maml:description> <maml:para>Add-OBSSceneItem : CreateSceneItem</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Creates a new scene item using a source.</maml:para> <maml:para>Scenes only</maml:para> <maml:para>Add-OBSSceneItem calls the OBS WebSocket with a request of type CreateSceneItem.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-OBSSceneItem</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to create the new item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to create the new item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to add to the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to add to the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemEnabled</maml:name> <maml:description> <maml:para>Enable state to apply to the scene item on creation</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemEnabled</maml:name> <maml:description> <maml:para>Enable state to apply to the scene item on creation</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to create the new item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to create the new item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to add to the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to add to the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createsceneitem</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Add-OBSSourceFilter</command:name> <command:noun>OBSSourceFilter</command:noun> <command:verb>Add</command:verb> <maml:description> <maml:para>Add-OBSSourceFilter : CreateSourceFilter</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Creates a new filter, adding it to the specified source.</maml:para> <maml:para>Add-OBSSourceFilter calls the OBS WebSocket with a request of type CreateSourceFilter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-OBSSourceFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to add the filter to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to add the filter to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the new filter to be created</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterKind</maml:name> <maml:description> <maml:para>The kind of filter to be created</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterSettings</maml:name> <maml:description> <maml:para>Settings object to initialize the filter with</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterKind</maml:name> <maml:description> <maml:para>The kind of filter to be created</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the new filter to be created</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterSettings</maml:name> <maml:description> <maml:para>Settings object to initialize the filter with</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to add the filter to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to add the filter to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createsourcefilter</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Clear-OBSScene</command:name> <command:noun>OBSScene</command:noun> <command:verb>Clear</command:verb> <maml:description> <maml:para>Clears a Scene in OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Clears a Scene in OBS.</maml:para> <maml:para>All inputs will be removed from the scene.</maml:para> <maml:para>This cannot be undone, so you will be prompted for confirmation.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Clear-OBSScene</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Clear-OBSScene -SceneName Scene </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Connect-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Connect</command:verb> <maml:description> <maml:para>Connects to Open Broadcast Studio</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Connects to the obs-websocket.</maml:para> <maml:para>This must occur at least once to use obs-powershell.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Connect-OBS</maml:name> </command:syntaxItem> <command:syntaxItem> <maml:name>Connect-OBS</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketUri</maml:name> <maml:description> <maml:para>The OBS websocket URL. If not provided, this will default to loopback on port 4455.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketToken</maml:name> <maml:description> <maml:para>A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketToken</maml:name> <maml:description> <maml:para>A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketUri</maml:name> <maml:description> <maml:para>The OBS websocket URL. If not provided, this will default to loopback on port 4455.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Connect-OBS </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Disconnect-OBS</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Copy-OBSSceneItem</command:name> <command:noun>OBSSceneItem</command:noun> <command:verb>Copy</command:verb> <maml:description> <maml:para>Copy-OBSSceneItem : DuplicateSceneItem</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Duplicates a scene item, copying all transform and crop info.</maml:para> <maml:para>Scenes only</maml:para> <maml:para>Copy-OBSSceneItem calls the OBS WebSocket with a request of type DuplicateSceneItem.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Copy-OBSSceneItem</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>DestinationSceneName</maml:name> <maml:description> <maml:para>Name of the scene to create the duplicated item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>DestinationSceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to create the duplicated item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DestinationSceneName</maml:name> <maml:description> <maml:para>Name of the scene to create the duplicated item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DestinationSceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to create the duplicated item in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#duplicatesceneitem</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Disconnect-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Disconnect</command:verb> <maml:description> <maml:para>Disconnects OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Disconnects Websockets from OBS.</maml:para> <maml:para>All websockets will be disconnected.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Disconnect-OBS</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Disconnect-OBS </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Connect-OBS</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Gets OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Outputs OBS connection information and state.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBS</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBS </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBS3dSwapTransitionShader</command:name> <command:noun>OBS3dSwapTransitionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBS3dSwapTransitionShader [[-ImageA] <string>] [[-ImageB] <string>] [[-TransitionTime] <float>] [[-Reflection] <float>] [[-Perspective] <float>] [[-Depth] <float>] [[-BackgroundColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ConvertLinear] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBS3dSwapTransitionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reflection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Perspective</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Depth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Depth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Perspective</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reflection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAddShader</command:name> <command:noun>OBSAddShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAddShader [[-OtherImage] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAddShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OtherImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OtherImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAlphaBorderShader</command:name> <command:noun>OBSAlphaBorderShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAlphaBorderShader [[-BorderColor] <string>] [[-BorderThickness] <int>] [[-AlphaCutOff] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAlphaBorderShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAlphaGamingBentCameraShader</command:name> <command:noun>OBSAlphaGamingBentCameraShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAlphaGamingBentCameraShader [[-LeftSideWidth] <float>] [[-LeftSideSize] <float>] [[-LeftSideShadow] <float>] [[-LeftFlipWidth] <float>] [[-LeftFlipShadow] <float>] [[-RightSideWidth] <float>] [[-RightSideSize] <float>] [[-RightSideShadow] <float>] [[-RightFlipWidth] <float>] [[-RightFlipShadow] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAlphaGamingBentCameraShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAnimatedPathShader</command:name> <command:noun>OBSAnimatedPathShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAnimatedPathShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-SpeedPercent] <int>] [[-PathMap] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Reverse] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAnimatedPathShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PathMap</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PathMap</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAnimatedTextureShader</command:name> <command:noun>OBSAnimatedTextureShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAnimatedTextureShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-Notes] <string>] [[-AnimationImage] <string>] [[-ColorizationImage] <string>] [[-PolarAngle] <float>] [[-PolarHeight] <float>] [[-SpeedHorizontalPercent] <float>] [[-SpeedVerticalPercent] <float>] [[-TintSpeedHorizontalPercent] <float>] [[-TintSpeedVerticalPercent] <float>] [[-Alpha] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Reverse] [-Bounce] [-CenterAnimation] [-PolarAnimation] [-UseAnimationImageColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAnimatedTextureShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AnimationImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorizationImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bounce</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterAnimation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PolarAnimation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PolarAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PolarHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedHorizontalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedVerticalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TintSpeedHorizontalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TintSpeedVerticalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Alpha</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseAnimationImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Alpha</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AnimationImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bounce</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterAnimation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorizationImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PolarAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PolarAnimation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PolarHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedHorizontalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedVerticalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TintSpeedHorizontalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TintSpeedVerticalPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseAnimationImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAsciiShader</command:name> <command:noun>OBSAsciiShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAsciiShader [[-Scale] <int>] [[-BaseColor] <string>] [[-CharacterSet] <int>] [[-Note] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Monochrome] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAsciiShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BaseColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Monochrome</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CharacterSet</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Note</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BaseColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CharacterSet</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Monochrome</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Note</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSAspectRatioShader</command:name> <command:noun>OBSAspectRatioShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSAspectRatioShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-BorderColor] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSAspectRatioShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBackgroundRemovalShader</command:name> <command:noun>OBSBackgroundRemovalShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBackgroundRemovalShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-Notes] <string>] [[-Target] <string>] [[-Color] <string>] [[-Opacity] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Invert] [-Convert709to601] [-Convert601to709] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBackgroundRemovalShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Target</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Invert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Convert709to601</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Convert601to709</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Convert601to709</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Convert709to601</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Invert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Target</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBlendOpacityShader</command:name> <command:noun>OBSBlendOpacityShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBlendOpacityShader [[-RotationOffset] <float>] [[-OpacityStartPercent] <float>] [[-OpacityEndPercent] <float>] [[-Spread] <float>] [[-Speed] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Vertical] [-Rotational] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBlendOpacityShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotational</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OpacityStartPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OpacityEndPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Spread</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OpacityEndPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OpacityStartPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotational</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Spread</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBlinkShader</command:name> <command:noun>OBSBlinkShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBlinkShader [[-Speed] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBlinkShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBloomShader</command:name> <command:noun>OBSBloomShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBloomShader [[-AngleSteps] <int>] [[-RadiusSteps] <int>] [[-AmpFactor] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBloomShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadiusSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AmpFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AmpFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadiusSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBorderShader</command:name> <command:noun>OBSBorderShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBorderShader [[-BorderColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBorderShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBoxBlurShader</command:name> <command:noun>OBSBoxBlurShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBoxBlurShader [[-Strength] <int>] [[-MaskLeft] <float>] [[-MaskRight] <float>] [[-MaskTop] <float>] [[-MaskBottom] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBoxBlurShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBulgePinchShader</command:name> <command:noun>OBSBulgePinchShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBulgePinchShader [[-Radius] <float>] [[-Magnitude] <float>] [[-CenterX] <float>] [[-CenterY] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Animate] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBulgePinchShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Magnitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Magnitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSBurnShader</command:name> <command:noun>OBSBurnShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSBurnShader [[-BurnGradient] <string>] [[-Speed] <float>] [[-GradientAdjust] <float>] [[-DissolveValue] <float>] [[-SmokeHorizonalSpeed] <float>] [[-SmokeVerticalSpeed] <float>] [[-Iterations] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Animated] [-ApplyToChannel] [-ApplySmoke] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSBurnShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BurnGradient</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientAdjust</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DissolveValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animated</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplySmoke</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SmokeHorizonalSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SmokeVerticalSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Iterations</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animated</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplySmoke</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BurnGradient</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DissolveValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientAdjust</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Iterations</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SmokeHorizonalSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SmokeVerticalSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCartoonShader</command:name> <command:noun>OBSCartoonShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCartoonShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-Notes] <string>] [[-HueSteps] <int>] [[-ValueSteps] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCartoonShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ValueSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ValueSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCellShadedShader</command:name> <command:noun>OBSCellShadedShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCellShadedShader [[-AngleSteps] <int>] [[-RadiusSteps] <int>] [[-AmpFactor] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCellShadedShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadiusSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AmpFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AmpFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadiusSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSChromaticAberrationShader</command:name> <command:noun>OBSChromaticAberrationShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSChromaticAberrationShader [[-Power] <float>] [[-Gamma] <float>] [[-NumIter] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-DistortRadial] [-DistortBarrel] [-OffsetSpectrumYcgco] [-OffsetSpectrumYuv] [-UseRandom] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSChromaticAberrationShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NumIter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortRadial</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortBarrel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSpectrumYcgco</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSpectrumYuv</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseRandom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortBarrel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortRadial</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NumIter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSpectrumYcgco</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSpectrumYuv</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseRandom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSChromaUVDistortionShader</command:name> <command:noun>OBSChromaUVDistortionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSChromaUVDistortionShader [[-Distortion] <float>] [[-Amplitude] <float>] [[-Chroma] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSChromaUVDistortionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Distortion</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amplitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Chroma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amplitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Chroma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Distortion</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCircleMaskFilterShader</command:name> <command:noun>OBSCircleMaskFilterShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCircleMaskFilterShader [[-Radius] <float>] [[-CircleOffsetX] <int>] [[-CircleOffsetY] <int>] [[-SourceOffsetX] <int>] [[-SourceOffsetY] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Antialiasing] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCircleMaskFilterShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CircleOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CircleOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Antialiasing</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Antialiasing</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CircleOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CircleOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSClockAnalogShader</command:name> <command:noun>OBSClockAnalogShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSClockAnalogShader [[-CurrentTimeMs] <int>] [[-CurrentTimeSec] <int>] [[-CurrentTimeMin] <int>] [[-CurrentTimeHour] <int>] [[-HourHandleColor] <float[]>] [[-MinuteHandleColor] <float[]>] [[-SecondHandleColor] <float[]>] [[-OutlineColor] <float[]>] [[-TopLineColor] <float[]>] [[-BackgroundColor] <float[]>] [[-TimeOffsetHours] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSClockAnalogShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMs</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeSec</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeHour</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HourHandleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinuteHandleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SecondHandleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutlineColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopLineColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeOffsetHours</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeHour</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMs</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeSec</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HourHandleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinuteHandleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutlineColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SecondHandleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeOffsetHours</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopLineColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSClockDigitalLedShader</command:name> <command:noun>OBSClockDigitalLedShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSClockDigitalLedShader [[-CurrentTimeSec] <int>] [[-CurrentTimeMin] <int>] [[-CurrentTimeHour] <int>] [[-TimeMode] <int>] [[-LedColor] <string>] [[-OffsetHours] <int>] [[-OffsetSeconds] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ShowMatrix] [-ShowOff] [-Ampm] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSClockDigitalLedShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeSec</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeHour</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeMode</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ampm</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LedColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetHours</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSeconds</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ampm</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeHour</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeSec</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LedColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetHours</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSeconds</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeMode</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSClockDigitalNixieShader</command:name> <command:noun>OBSClockDigitalNixieShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSClockDigitalNixieShader [[-CurrentTimeMs] <int>] [[-CurrentTimeSec] <int>] [[-CurrentTimeMin] <int>] [[-CurrentTimeHour] <int>] [[-TimeMode] <int>] [[-OffsetHours] <int>] [[-OffsetSeconds] <int>] [[-Corecolor] <float[]>] [[-Halocolor] <float[]>] [[-Flarecolor] <float[]>] [[-Anodecolor] <float[]>] [[-Anodehighlightscolor] <float[]>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSClockDigitalNixieShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMs</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeSec</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeHour</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeMode</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetHours</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSeconds</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Corecolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Halocolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Flarecolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Anodecolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Anodehighlightscolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Anodecolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Anodehighlightscolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Corecolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeHour</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeMs</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurrentTimeSec</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Flarecolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Halocolor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetHours</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetSeconds</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeMode</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSColorDepthShader</command:name> <command:noun>OBSColorDepthShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSColorDepthShader [[-ColorDepth] <float>] [[-PixelSize] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSColorDepthShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDepth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixelSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDepth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixelSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSColorGradeFilterShader</command:name> <command:noun>OBSColorGradeFilterShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSColorGradeFilterShader [[-Notes] <string>] [[-Lut] <string>] [[-LutAmountPercent] <int>] [[-LutScalePercent] <int>] [[-LutOffsetPercent] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSColorGradeFilterShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Lut</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LutAmountPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LutScalePercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LutOffsetPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Lut</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LutAmountPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LutOffsetPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LutScalePercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCornerPinShader</command:name> <command:noun>OBSCornerPinShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCornerPinShader [[-TopLeftX] <float>] [[-TopLeftY] <float>] [[-TopRightX] <float>] [[-TopRightY] <float>] [[-BottomLeftX] <float>] [[-BottomLeftY] <float>] [[-BottomRightX] <float>] [[-BottomRightY] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-AntialiasEdges] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCornerPinShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AntialiasEdges</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopLeftX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopLeftY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopRightX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopRightY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomLeftX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomLeftY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomRightX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomRightY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AntialiasEdges</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomLeftX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomLeftY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomRightX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BottomRightY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopLeftX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopLeftY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopRightX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TopRightY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCrtCurvatureShader</command:name> <command:noun>OBSCrtCurvatureShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCrtCurvatureShader [[-Strength] <float>] [[-Border] <string>] [[-Feathering] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCrtCurvatureShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Border</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Feathering</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Border</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Feathering</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCurrentPreviewScene</command:name> <command:noun>OBSCurrentPreviewScene</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCurrentPreviewScene : GetCurrentPreviewScene</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the current preview scene.</maml:para> <maml:para>Only available when studio mode is enabled.</maml:para> <maml:para>Note: This request is slated to have the `currentPreview`-prefixed fields removed from in an upcoming RPC version.</maml:para> <maml:para>Get-OBSCurrentPreviewScene calls the OBS WebSocket with a request of type GetCurrentPreviewScene.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCurrentPreviewScene</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSCurrentPreviewScene </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getcurrentpreviewscene</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCurrentProgramScene</command:name> <command:noun>OBSCurrentProgramScene</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCurrentProgramScene : GetCurrentProgramScene</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the current program scene.</maml:para> <maml:para>Note: This request is slated to have the `currentProgram`-prefixed fields removed from in an upcoming RPC version.</maml:para> <maml:para>Get-OBSCurrentProgramScene calls the OBS WebSocket with a request of type GetCurrentProgramScene.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCurrentProgramScene</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSCurrentProgramScene </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getcurrentprogramscene</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCurrentSceneTransition</command:name> <command:noun>OBSCurrentSceneTransition</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCurrentSceneTransition : GetCurrentSceneTransition</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets information about the current scene transition.</maml:para> <maml:para>Get-OBSCurrentSceneTransition calls the OBS WebSocket with a request of type GetCurrentSceneTransition.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCurrentSceneTransition</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSCurrentSceneTransition </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getcurrentscenetransition</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCurrentSceneTransitionCursor</command:name> <command:noun>OBSCurrentSceneTransitionCursor</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCurrentSceneTransitionCursor : GetCurrentSceneTransitionCursor</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the cursor position of the current scene transition.</maml:para> <maml:para>Note: `transitionCursor` will return 1.0 when the transition is inactive.</maml:para> <maml:para>Get-OBSCurrentSceneTransitionCursor calls the OBS WebSocket with a request of type GetCurrentSceneTransitionCursor.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCurrentSceneTransitionCursor</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSCurrentSceneTransitionCursor </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getcurrentscenetransitioncursor</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCurveShader</command:name> <command:noun>OBSCurveShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCurveShader [[-Strength] <float>] [[-Scale] <float>] [[-CurveColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCurveShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurveColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CurveColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCutRectPerCornerShader</command:name> <command:noun>OBSCutRectPerCornerShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCutRectPerCornerShader [[-CornerTl] <int>] [[-CornerTr] <int>] [[-CornerBr] <int>] [[-CornerBl] <int>] [[-BorderThickness] <int>] [[-BorderColor] <string>] [[-BorderAlphaStart] <float>] [[-BorderAlphaEnd] <float>] [[-AlphaCutOff] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCutRectPerCornerShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerTl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerTr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerBr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerBl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerBl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerBr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerTl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerTr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSCylinderShader</command:name> <command:noun>OBSCylinderShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSCylinderShader [[-CylinderFactor] <float>] [[-BackgroundCut] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSCylinderShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CylinderFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundCut</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundCut</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CylinderFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDarkenShader</command:name> <command:noun>OBSDarkenShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDarkenShader [[-OpacityPercentage] <float>] [[-FillPercentage] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDarkenShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OpacityPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OpacityPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDeadPixelFixerShader</command:name> <command:noun>OBSDeadPixelFixerShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDeadPixelFixerShader [[-DeadPixelX] <int>] [[-DeadPixelY] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDeadPixelFixerShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DeadPixelX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DeadPixelY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DeadPixelX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DeadPixelY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDensitySatHueShader</command:name> <command:noun>OBSDensitySatHueShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDensitySatHueShader [[-Notes] <string>] [[-DensityR] <float>] [[-SaturationR] <float>] [[-HueShiftR] <float>] [[-DensityY] <float>] [[-SaturationY] <float>] [[-HueShiftY] <float>] [[-DensityG] <float>] [[-SaturationG] <float>] [[-HueShiftG] <float>] [[-DensityC] <float>] [[-SaturationC] <float>] [[-HueShiftC] <float>] [[-DensityB] <float>] [[-SaturationB] <float>] [[-HueShiftB] <float>] [[-DensityM] <float>] [[-SaturationM] <float>] [[-HueShiftM] <float>] [[-GlobalDensity] <float>] [[-GlobalSaturation] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDensitySatHueShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityC</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationC</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftC</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityM</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationM</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftM</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlobalDensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlobalSaturation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="21" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="22" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="23" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityC</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityM</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DensityY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlobalDensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlobalSaturation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftC</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftM</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueShiftY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationC</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationM</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SaturationY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDiffuseTransitionShader</command:name> <command:noun>OBSDiffuseTransitionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDiffuseTransitionShader [[-ImageA] <string>] [[-ImageB] <string>] [[-TransitionTime] <float>] [[-NumSamples] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ConvertLinear] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDiffuseTransitionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NumSamples</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NumSamples</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDigitalRainShader</command:name> <command:noun>OBSDigitalRainShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDigitalRainShader [[-Font] <string>] [[-Noise] <string>] [[-BaseColor] <string>] [[-RainSpeed] <float>] [[-CharSpeed] <float>] [[-GlowContrast] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDigitalRainShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Font</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Noise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BaseColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RainSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CharSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowContrast</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BaseColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CharSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Font</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowContrast</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Noise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RainSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDivideRotateShader</command:name> <command:noun>OBSDivideRotateShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDivideRotateShader [[-IChannel0] <string>] [[-SpeedPercentage] <int>] [[-AlphaPercentage] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDivideRotateShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IChannel0</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IChannel0</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDoodleShader</command:name> <command:noun>OBSDoodleShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDoodleShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-DoodleScalePercent] <float>] [[-SnapPercent] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDoodleShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DoodleScalePercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SnapPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DoodleScalePercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SnapPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDrawingsShader</command:name> <command:noun>OBSDrawingsShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDrawingsShader [[-AngleNum] <int>] [[-SampNum] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDrawingsShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleNum</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SampNum</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleNum</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SampNum</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDropShadowShader</command:name> <command:noun>OBSDropShadowShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDropShadowShader [[-ShadowOffsetX] <int>] [[-ShadowOffsetY] <int>] [[-ShadowBlurSize] <int>] [[-Notes] <string>] [[-ShadowColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-IsAlphaPremultiplied] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDropShadowShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowBlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IsAlphaPremultiplied</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IsAlphaPremultiplied</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowBlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDrunkShader</command:name> <command:noun>OBSDrunkShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDrunkShader [[-ColorMatrix] <float[][]>] [[-GlowPercent] <int>] [[-Blur] <int>] [[-MinBrightness] <int>] [[-MaxBrightness] <int>] [[-PulseSpeedPercent] <int>] [[-GlowColor] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToAlphaLayer] [-Ease] [-Glitch] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDrunkShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blur</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blur</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSDynamicMaskShader</command:name> <command:noun>OBSDynamicMaskShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSDynamicMaskShader [[-InputSource] <string>] [[-RedBaseValue] <float>] [[-RedRedInputValue] <float>] [[-RedGreenInputValue] <float>] [[-RedBlueInputValue] <float>] [[-RedAlphaInputValue] <float>] [[-RedMultiplier] <float>] [[-GreenBaseValue] <float>] [[-GreenRedInputValue] <float>] [[-GreenGreenInputValue] <float>] [[-GreenBlueInputValue] <float>] [[-GreenAlphaInputValue] <float>] [[-GreenMultiplier] <float>] [[-BlueBaseValue] <float>] [[-BlueRedInputValue] <float>] [[-BlueGreenInputValue] <float>] [[-BlueBlueInputValue] <float>] [[-BlueAlphaInputValue] <float>] [[-BlueMultiplier] <float>] [[-AlphaBaseValue] <float>] [[-AlphaRedInputValue] <float>] [[-AlphaGreenInputValue] <float>] [[-AlphaBlueInputValue] <float>] [[-AlphaAlphaInputValue] <float>] [[-AlphaMultiplier] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSDynamicMaskShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputSource</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="21" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="22" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="23" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="24" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="25" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="26" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="27" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputSource</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedAlphaInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedBaseValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedBlueInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedGreenInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedMultiplier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedRedInputValue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSEdgeDetectionShader</command:name> <command:noun>OBSEdgeDetectionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSEdgeDetectionShader [[-Sensitivity] <float>] [[-EdgeColor] <string>] [[-NonEdgeColor] <string>] [[-AlphaLevel] <float>] [[-RandF] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-InvertEdge] [-EdgeMultiply] [-NonEdgeMultiply] [-AlphaChannel] [-AlphaInvert] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSEdgeDetectionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Sensitivity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertEdge</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EdgeColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EdgeMultiply</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NonEdgeColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NonEdgeMultiply</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaLevel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaInvert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaInvert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaLevel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EdgeColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EdgeMultiply</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertEdge</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NonEdgeColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NonEdgeMultiply</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Sensitivity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSEffect</command:name> <command:noun>OBSEffect</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Gets OBS Effects</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets effects currently loaded into OBS-PowerShell.</maml:para> <maml:para>An effect can be thought of as a name with a series of messages to OBS.</maml:para> <maml:para>Those messages can be defined in a .json file or a script, in any module that tags OBS.</maml:para> <maml:para>They can also be defined in a function or script named like:</maml:para> <maml:para>* `*.OBS.FX.*`</maml:para> <maml:para>* `*.OBS.Effect.*`</maml:para> <maml:para>* `*.OBS.Effects.*`</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSEffect</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Import-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSEmbersShader</command:name> <command:noun>OBSEmbersShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSEmbersShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvSize] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-RandInstanceF] <float>] [[-RandActivationF] <float>] [[-Loops] <int>] [[-LocalTime] <float>] [[-Notes] <string>] [[-AnimationSpeed] <float>] [[-MovementDirectionHorizontal] <float>] [[-MovementDirectionVertical] <float>] [[-MovementSpeedPercent] <int>] [[-LayersCount] <int>] [[-LumaMin] <float>] [[-LumaMinSmooth] <float>] [[-AlphaPercentage] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSEmbersShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AnimationSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionHorizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionVertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementSpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LayersCount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="21" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="22" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="23" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AnimationSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LayersCount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionHorizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionVertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementSpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSEmbossColorShader</command:name> <command:noun>OBSEmbossColorShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSEmbossColorShader [[-AngleSteps] <int>] [[-RadiusSteps] <int>] [[-AmpFactor] <float>] [[-UpDownPercent] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSEmbossColorShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadiusSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AmpFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UpDownPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AmpFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadiusSteps</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UpDownPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSEmbossShader</command:name> <command:noun>OBSEmbossShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSEmbossShader [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-UseColor] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSEmbossShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSExeldroBentCameraShader</command:name> <command:noun>OBSExeldroBentCameraShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSExeldroBentCameraShader [[-LeftSideWidth] <float>] [[-LeftSideSize] <float>] [[-LeftSideShadow] <float>] [[-LeftFlipWidth] <float>] [[-LeftFlipShadow] <float>] [[-RightSideWidth] <float>] [[-RightSideSize] <float>] [[-RightSideShadow] <float>] [[-RightFlipWidth] <float>] [[-RightFlipShadow] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSExeldroBentCameraShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LeftSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightFlipWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideShadow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RightSideWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFadeTransitionShader</command:name> <command:noun>OBSFadeTransitionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFadeTransitionShader [[-ImageA] <string>] [[-ImageB] <string>] [[-TransitionTime] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ConvertLinear] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFadeTransitionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFillColorGradientShader</command:name> <command:noun>OBSFillColorGradientShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFillColorGradientShader [[-Fill] <float>] [[-GradientWidth] <float>] [[-GradientOffset] <float>] [[-FillDirection] <int>] [[-FillColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFillColorGradientShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFillColorLinearShader</command:name> <command:noun>OBSFillColorLinearShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFillColorLinearShader [[-Fill] <float>] [[-FillDirection] <int>] [[-FillColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFillColorLinearShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFillColorRadialDegreesShader</command:name> <command:noun>OBSFillColorRadialDegreesShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFillColorRadialDegreesShader [[-FillDirection] <int>] [[-Fill] <float>] [[-StartAngle] <float>] [[-OffsetX] <float>] [[-OffsetY] <float>] [[-FillColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFillColorRadialDegreesShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFillColorRadialPercentageShader</command:name> <command:noun>OBSFillColorRadialPercentageShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFillColorRadialPercentageShader [[-FillDirection] <int>] [[-Fill] <float>] [[-StartAngle] <float>] [[-OffsetX] <float>] [[-OffsetY] <float>] [[-FillColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFillColorRadialPercentageShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fill</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FillDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFilterTemplateShader</command:name> <command:noun>OBSFilterTemplateShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFilterTemplateShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-UvSize] <float[]>] [[-RandF] <float>] [[-RandInstanceF] <float>] [[-RandActivationF] <float>] [[-Loops] <int>] [[-LocalTime] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFilterTemplateShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFire3Shader</command:name> <command:noun>OBSFire3Shader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFire3Shader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-UvSize] <float[]>] [[-RandF] <float>] [[-RandInstanceF] <float>] [[-RandActivationF] <float>] [[-Loops] <int>] [[-LocalTime] <float>] [[-MovementDirectionHorizontal] <float>] [[-MovementDirectionVertical] <float>] [[-AlphaPercentage] <int>] [[-Speed] <int>] [[-LumaMin] <float>] [[-LumaMinSmooth] <float>] [[-ColorToReplace] <string>] [[-FlameSize] <float>] [[-SparkGridHeight] <float>] [[-FlameModifier] <float>] [[-FlameTongueSize] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Invert] [-ApplyToImage] [-ReplaceImageColor] [-ApplyToSpecificColor] [-FullWidth] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFire3Shader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionHorizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionVertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Invert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FullWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SparkGridHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="21" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameModifier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="22" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameTongueSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="23" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="24" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="25" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameModifier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameTongueSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FullWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Invert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionHorizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MovementDirectionVertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SparkGridHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFireShader</command:name> <command:noun>OBSFireShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFireShader [[-AlphaPercentage] <int>] [[-Speed] <int>] [[-FlameSize] <int>] [[-FireType] <int>] [[-LumaMin] <float>] [[-LumaMinSmooth] <float>] [[-ColorToReplace] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Invert] [-ApplyToImage] [-ReplaceImageColor] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFireShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FireType</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Invert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FireType</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlameSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Invert</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFireworks2Shader</command:name> <command:noun>OBSFireworks2Shader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFireworks2Shader [[-Speed] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFireworks2Shader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFireworksShader</command:name> <command:noun>OBSFireworksShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFireworksShader [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ShowFlash] [-ShowStars] [-UseTransparancy] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFireworksShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowFlash</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowStars</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseTransparancy</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowFlash</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowStars</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseTransparancy</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFisheyeShader</command:name> <command:noun>OBSFisheyeShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFisheyeShader [[-CenterXPercent] <float>] [[-CenterYPercent] <float>] [[-Power] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFisheyeShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFisheyeXyShader</command:name> <command:noun>OBSFisheyeXyShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFisheyeXyShader [[-CenterXPercent] <float>] [[-CenterYPercent] <float>] [[-PowerX] <float>] [[-PowerY] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFisheyeXyShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PowerX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PowerY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PowerX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PowerY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFlipShader</command:name> <command:noun>OBSFlipShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFlipShader [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Horizontal] [-Vertical] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFlipShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Horizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Horizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSFrostedGlassShader</command:name> <command:noun>OBSFrostedGlassShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSFrostedGlassShader [[-AlphaPercent] <float>] [[-Amount] <float>] [[-Scale] <float>] [[-BorderOffset] <float>] [[-BorderColor] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Animate] [-HorizontalBorder] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSFrostedGlassShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalBorder</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalBorder</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGammaCorrectionShader</command:name> <command:noun>OBSGammaCorrectionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGammaCorrectionShader [[-Red] <float>] [[-Green] <float>] [[-Blue] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGammaCorrectionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Red</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Green</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Green</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Red</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGaussianBlurAdvancedShader</command:name> <command:noun>OBSGaussianBlurAdvancedShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGaussianBlurAdvancedShader [[-Directions] <float>] [[-Quality] <float>] [[-Size] <float>] [[-MaskLeft] <float>] [[-MaskRight] <float>] [[-MaskTop] <float>] [[-MaskBottom] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGaussianBlurAdvancedShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Directions</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Quality</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Size</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Directions</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Quality</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Size</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGaussianBlurShader</command:name> <command:noun>OBSGaussianBlurShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGaussianBlurShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ImageSize] <float[]>] [[-ImageTexel] <float[]>] [[-URadius] <int>] [[-UDiameter] <int>] [[-UTexelDelta] <float[]>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-Kernel] <string>] [[-KernelTexel] <float[]>] [[-PixelSize] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGaussianBlurShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageTexel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>URadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UDiameter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UTexelDelta</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Kernel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KernelTexel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixelSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageTexel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Kernel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KernelTexel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixelSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UDiameter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>URadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UTexelDelta</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGaussianBlurSimpleShader</command:name> <command:noun>OBSGaussianBlurSimpleShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGaussianBlurSimpleShader [[-Strength] <int>] [[-MaskLeft] <float>] [[-MaskRight] <float>] [[-MaskTop] <float>] [[-MaskBottom] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGaussianBlurSimpleShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaskTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGaussianExampleShader</command:name> <command:noun>OBSGaussianExampleShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGaussianExampleShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvSize] <float[]>] [[-UvPixelInterval] <float[]>] [[-InitialImage] <string>] [[-BeforeImage] <string>] [[-AfterImage] <string>] [[-TextColor] <string>] [[-MaxDistance] <float>] [[-Exp] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGaussianExampleShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InitialImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BeforeImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AfterImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TextColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxDistance</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Exp</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AfterImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BeforeImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Exp</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InitialImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxDistance</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TextColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGaussianSimpleShader</command:name> <command:noun>OBSGaussianSimpleShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGaussianSimpleShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-UvSize] <float[]>] [[-RandF] <float>] [[-RandInstanceF] <float>] [[-RandActivationF] <float>] [[-Loops] <int>] [[-LocalTime] <float>] [[-Samples] <int>] [[-LOD] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGaussianSimpleShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Samples</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LOD</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LOD</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Samples</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGbCameraShader</command:name> <command:noun>OBSGbCameraShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGbCameraShader [[-PixelSize] <float>] [[-DitherFactor] <float>] [[-Brightness] <float>] [[-Contrast] <float>] [[-Gamma] <float>] [[-Color1] <string>] [[-Color2] <string>] [[-Color3] <string>] [[-Color4] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-AlternativeBayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGbCameraShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixelSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DitherFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlternativeBayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Brightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Contrast</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color1</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color2</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color3</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color4</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlternativeBayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Brightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color1</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color2</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color3</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color4</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Contrast</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DitherFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixelSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGlassShader</command:name> <command:noun>OBSGlassShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGlassShader [[-AlphaPercent] <float>] [[-OffsetAmount] <float>] [[-XSize] <int>] [[-YSize] <int>] [[-ReflectionOffset] <int>] [[-BorderOffset] <float>] [[-BorderColor] <string>] [[-GlassColor] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-HorizontalBorder] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGlassShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetAmount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>XSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReflectionOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalBorder</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlassColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlassColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalBorder</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetAmount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReflectionOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>XSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGlitchAnalogShader</command:name> <command:noun>OBSGlitchAnalogShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGlitchAnalogShader [[-ScanLineJitterDisplacement] <float>] [[-ScanLineJitterThresholdPercent] <int>] [[-VerticalJumpAmount] <float>] [[-VerticalSpeed] <float>] [[-HorizontalShake] <float>] [[-ColorDriftAmount] <float>] [[-ColorDriftSpeed] <float>] [[-PulseSpeedPercent] <int>] [[-AlphaPercent] <int>] [[-ColorToReplace] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-RotateColors] [-ApplyToAlphaLayer] [-ReplaceImageColor] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGlitchAnalogShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ScanLineJitterDisplacement</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ScanLineJitterThresholdPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalJumpAmount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalShake</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDriftAmount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDriftSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateColors</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDriftAmount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDriftSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalShake</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateColors</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ScanLineJitterDisplacement</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ScanLineJitterThresholdPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalJumpAmount</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGlitchShader</command:name> <command:noun>OBSGlitchShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGlitchShader [[-AMT] <float>] [[-SPEED] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGlitchShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AMT</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AMT</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGlowShader</command:name> <command:noun>OBSGlowShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGlowShader [[-GlowPercent] <int>] [[-Blur] <int>] [[-MinBrightness] <int>] [[-MaxBrightness] <int>] [[-PulseSpeed] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Ease] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGlowShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blur</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blur</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GlowPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinBrightness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGradientShader</command:name> <command:noun>OBSGradientShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGradientShader [[-StartColor] <string>] [[-StartStep] <float>] [[-MiddleColor] <string>] [[-MiddleStep] <float>] [[-EndColor] <string>] [[-EndStep] <float>] [[-AlphaPercent] <int>] [[-PulseSpeed] <int>] [[-ColorToReplace] <string>] [[-GradientCenterWidthPercentage] <int>] [[-GradientCenterHeightPercentage] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Ease] [-RotateColors] [-ApplyToAlphaLayer] [-ApplyToSpecificColor] [-Horizontal] [-Vertical] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGradientShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartStep</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MiddleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MiddleStep</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EndColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EndStep</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateColors</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Horizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientCenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientCenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EndColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EndStep</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientCenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientCenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Horizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MiddleColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MiddleStep</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PulseSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateColors</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartStep</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGroup</command:name> <command:noun>OBSGroup</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGroup : GetGroupList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all groups in OBS.</maml:para> <maml:para>Groups in OBS are actually scenes, but renamed and modified. In obs-websocket, we treat them as scenes where we can.</maml:para> <maml:para>Get-OBSGroup calls the OBS WebSocket with a request of type GetGroupList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGroup</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSGroup </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getgrouplist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSGroupSceneItem</command:name> <command:noun>OBSGroupSceneItem</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSGroupSceneItem : GetGroupSceneItemList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Basically GetSceneItemList, but for groups.</maml:para> <maml:para>Using groups at all in OBS is discouraged, as they are very broken under the hood. Please use nested scenes instead.</maml:para> <maml:para>Groups only</maml:para> <maml:para>Get-OBSGroupSceneItem calls the OBS WebSocket with a request of type GetGroupSceneItemList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSGroupSceneItem</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the group to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the group to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the group to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the group to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getgroupsceneitemlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSHalftoneShader</command:name> <command:noun>OBSHalftoneShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSHalftoneShader [[-Threshold] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSHalftoneShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Threshold</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Threshold</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSHeatWaveSimpleShader</command:name> <command:noun>OBSHeatWaveSimpleShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSHeatWaveSimpleShader [[-Rate] <float>] [[-Strength] <float>] [[-Distortion] <float>] [[-Opacity] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSHeatWaveSimpleShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Distortion</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Distortion</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSHexagonShader</command:name> <command:noun>OBSHexagonShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSHexagonShader [[-HexColor] <string>] [[-AlphaPercent] <int>] [[-Quantity] <float>] [[-BorderWidth] <int>] [[-SpeedPercent] <int>] [[-DistortX] <float>] [[-DistortY] <float>] [[-OffsetX] <float>] [[-OffsetY] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Blend] [-Equilateral] [-ZoomAnimate] [-Glitch] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSHexagonShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HexColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Quantity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blend</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Equilateral</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ZoomAnimate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blend</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistortY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Equilateral</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HexColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Quantity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ZoomAnimate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSHotkey</command:name> <command:noun>OBSHotkey</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSHotkey : GetHotkeyList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all hotkey names in OBS.</maml:para> <maml:para>Note: Hotkey functionality in obs-websocket comes as-is, and we do not guarantee support if things are broken. In 9/10 usages of hotkey requests, there exists a better, more reliable method via other requests.</maml:para> <maml:para>Get-OBSHotkey calls the OBS WebSocket with a request of type GetHotkeyList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSHotkey</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSHotkey </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#gethotkeylist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSHslHsvSaturationShader</command:name> <command:noun>OBSHslHsvSaturationShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSHslHsvSaturationShader [[-HslSaturationFactor] <float>] [[-HslGamma] <float>] [[-HsvSaturationFactor] <float>] [[-HsvGamma] <float>] [[-AdjustmentOrder] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSHslHsvSaturationShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HslSaturationFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HslGamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HsvSaturationFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HsvGamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AdjustmentOrder</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AdjustmentOrder</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HslGamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HslSaturationFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HsvGamma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HsvSaturationFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSHueRotatonShader</command:name> <command:noun>OBSHueRotatonShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSHueRotatonShader [[-Speed] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-HueOverride] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSHueRotatonShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueOverride</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HueOverride</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInput</command:name> <command:noun>OBSInput</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInput : GetInputList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all inputs in OBS.</maml:para> <maml:para>Get-OBSInput calls the OBS WebSocket with a request of type GetInputList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInput</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputKind</maml:name> <maml:description> <maml:para>Restrict the array to only inputs of the specified kind</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputKind</maml:name> <maml:description> <maml:para>Restrict the array to only inputs of the specified kind</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputAudioBalance</command:name> <command:noun>OBSInputAudioBalance</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputAudioBalance : GetInputAudioBalance</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the audio balance of an input.</maml:para> <maml:para>Get-OBSInputAudioBalance calls the OBS WebSocket with a request of type GetInputAudioBalance.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputAudioBalance</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputaudiobalance</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputAudioMonitorType</command:name> <command:noun>OBSInputAudioMonitorType</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputAudioMonitorType : GetInputAudioMonitorType</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the audio monitor type of an input.</maml:para> <maml:para>The available audio monitor types are:</maml:para> <maml:para>- `OBS_MONITORING_TYPE_NONE`</maml:para> <maml:para>- `OBS_MONITORING_TYPE_MONITOR_ONLY`</maml:para> <maml:para>- `OBS_MONITORING_TYPE_MONITOR_AND_OUTPUT`</maml:para> <maml:para>Get-OBSInputAudioMonitorType calls the OBS WebSocket with a request of type GetInputAudioMonitorType.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputAudioMonitorType</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputaudiomonitortype</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputAudioSyncOffset</command:name> <command:noun>OBSInputAudioSyncOffset</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputAudioSyncOffset : GetInputAudioSyncOffset</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the audio sync offset of an input.</maml:para> <maml:para>Note: The audio sync offset can be negative too!</maml:para> <maml:para>Get-OBSInputAudioSyncOffset calls the OBS WebSocket with a request of type GetInputAudioSyncOffset.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputAudioSyncOffset</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputaudiosyncoffset</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputAudioTracks</command:name> <command:noun>OBSInputAudioTracks</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputAudioTracks : GetInputAudioTracks</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the enable state of all audio tracks of an input.</maml:para> <maml:para>Get-OBSInputAudioTracks calls the OBS WebSocket with a request of type GetInputAudioTracks.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputAudioTracks</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputaudiotracks</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputDefaultSettings</command:name> <command:noun>OBSInputDefaultSettings</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputDefaultSettings : GetInputDefaultSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the default settings for an input kind.</maml:para> <maml:para>Get-OBSInputDefaultSettings calls the OBS WebSocket with a request of type GetInputDefaultSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputDefaultSettings</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputKind</maml:name> <maml:description> <maml:para>Input kind to get the default settings for</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputKind</maml:name> <maml:description> <maml:para>Input kind to get the default settings for</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputdefaultsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputKind</command:name> <command:noun>OBSInputKind</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputKind : GetInputKindList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all available input kinds in OBS.</maml:para> <maml:para>Get-OBSInputKind calls the OBS WebSocket with a request of type GetInputKindList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputKind</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Unversioned</maml:name> <maml:description> <maml:para>True == Return all kinds as unversioned, False == Return with version suffixes (if available)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Unversioned</maml:name> <maml:description> <maml:para>True == Return all kinds as unversioned, False == Return with version suffixes (if available)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputkindlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputMute</command:name> <command:noun>OBSInputMute</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputMute : GetInputMute</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the audio mute state of an input.</maml:para> <maml:para>Get-OBSInputMute calls the OBS WebSocket with a request of type GetInputMute.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputMute</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of input to get the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of input to get the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of input to get the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of input to get the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputmute</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputPropertiesListPropertyItems</command:name> <command:noun>OBSInputPropertiesListPropertyItems</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputPropertiesListPropertyItems : GetInputPropertiesListPropertyItems</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the items of a list property from an input's properties.</maml:para> <maml:para>Note: Use this in cases where an input provides a dynamic, selectable list of items. For example, display capture, where it provides a list of available displays.</maml:para> <maml:para>Get-OBSInputPropertiesListPropertyItems calls the OBS WebSocket with a request of type GetInputPropertiesListPropertyItems.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputPropertiesListPropertyItems</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PropertyName</maml:name> <maml:description> <maml:para>Name of the list property to get the items of</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PropertyName</maml:name> <maml:description> <maml:para>Name of the list property to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputpropertieslistpropertyitems</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputSettings</command:name> <command:noun>OBSInputSettings</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputSettings : GetInputSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the settings of an input.</maml:para> <maml:para>Note: Does not include defaults. To create the entire settings object, overlay `inputSettings` over the `defaultInputSettings` provided by `GetInputDefaultSettings`.</maml:para> <maml:para>Get-OBSInputSettings calls the OBS WebSocket with a request of type GetInputSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputSettings</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInputVolume</command:name> <command:noun>OBSInputVolume</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInputVolume : GetInputVolume</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the current volume setting of an input.</maml:para> <maml:para>Get-OBSInputVolume calls the OBS WebSocket with a request of type GetInputVolume.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInputVolume</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to get the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to get the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputvolume</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSIntensityScopeShader</command:name> <command:noun>OBSIntensityScopeShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSIntensityScopeShader [[-Gain] <float>] [[-Blend] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSIntensityScopeShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gain</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blend</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blend</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gain</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSInvertLumaShader</command:name> <command:noun>OBSInvertLumaShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSInvertLumaShader [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-InvertColor] [-InvertLuma] [-GammaCorrection] [-TestRamp] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSInvertLumaShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertLuma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GammaCorrection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TestRamp</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GammaCorrection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertLuma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TestRamp</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSLastReplayBufferReplay</command:name> <command:noun>OBSLastReplayBufferReplay</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSLastReplayBufferReplay : GetLastReplayBufferReplay</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the filename of the last replay buffer save file.</maml:para> <maml:para>Get-OBSLastReplayBufferReplay calls the OBS WebSocket with a request of type GetLastReplayBufferReplay.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSLastReplayBufferReplay</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSLastReplayBufferReplay </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getlastreplaybufferreplay</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSLuminance2Shader</command:name> <command:noun>OBSLuminance2Shader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSLuminance2Shader [[-Color] <string>] [[-LumaMax] <float>] [[-LumaMin] <float>] [[-LumaMaxSmooth] <float>] [[-LumaMinSmooth] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-InvertImageColor] [-InvertAlphaChannel] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSLuminance2Shader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMax</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMaxSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertAlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertAlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMax</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMaxSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSLuminanceAlphaShader</command:name> <command:noun>OBSLuminanceAlphaShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSLuminanceAlphaShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-ColorMatrix] <float[][]>] [[-Color] <string>] [[-MulVal] <float>] [[-AddVal] <float>] [[-Level] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-InvertAlphaChannel] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSLuminanceAlphaShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MulVal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AddVal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Level</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertAlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AddVal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertAlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Level</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MulVal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSLuminanceShader</command:name> <command:noun>OBSLuminanceShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSLuminanceShader [[-Color] <string>] [[-Level] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-InvertImageColor] [-InvertAlphaChannel] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSLuminanceShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Level</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertAlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertAlphaChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Level</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSMatrixShader</command:name> <command:noun>OBSMatrixShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSMatrixShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvSize] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-RandInstanceF] <float>] [[-RandActivationF] <float>] [[-Loops] <int>] [[-LocalTime] <float>] [[-Mouse] <float[]>] [[-LumaMin] <float>] [[-LumaMinSmooth] <float>] [[-Ratio] <float>] [[-AlphaPercentage] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-InvertDirection] [-ApplyToAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSMatrixShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Mouse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ratio</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loops</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LumaMinSmooth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Mouse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandActivationF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandInstanceF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ratio</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSMediaInputStatus</command:name> <command:noun>OBSMediaInputStatus</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSMediaInputStatus : GetMediaInputStatus</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the status of a media input.</maml:para> <maml:para>Media States:</maml:para> <maml:para>- `OBS_MEDIA_STATE_NONE`</maml:para> <maml:para>- `OBS_MEDIA_STATE_PLAYING`</maml:para> <maml:para>- `OBS_MEDIA_STATE_OPENING`</maml:para> <maml:para>- `OBS_MEDIA_STATE_BUFFERING`</maml:para> <maml:para>- `OBS_MEDIA_STATE_PAUSED`</maml:para> <maml:para>- `OBS_MEDIA_STATE_STOPPED`</maml:para> <maml:para>- `OBS_MEDIA_STATE_ENDED`</maml:para> <maml:para>- `OBS_MEDIA_STATE_ERROR`</maml:para> <maml:para>Get-OBSMediaInputStatus calls the OBS WebSocket with a request of type GetMediaInputStatus.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSMediaInputStatus</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getmediainputstatus</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSMonitor</command:name> <command:noun>OBSMonitor</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSMonitor : GetMonitorList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets a list of connected monitors and information about them.</maml:para> <maml:para>Get-OBSMonitor calls the OBS WebSocket with a request of type GetMonitorList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSMonitor</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSMonitor </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getmonitorlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSMultiplyShader</command:name> <command:noun>OBSMultiplyShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSMultiplyShader [[-OtherImage] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSMultiplyShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OtherImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OtherImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSNightSkyShader</command:name> <command:noun>OBSNightSkyShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSNightSkyShader [[-Speed] <float>] [[-CenterWidthPercentage] <int>] [[-CenterHeightPercentage] <int>] [[-AlphaPercentage] <float>] [[-NumberStars] <int>] [[-SKYCOLOR] <string>] [[-STARCOLOR] <string>] [[-LIGHTSKY] <string>] [[-SKYLIGHTNESS] <float>] [[-MOONCOLOR] <string>] [[-MoonSize] <float>] [[-MoonBumpSize] <float>] [[-MoonPositionX] <float>] [[-MoonPositionY] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-IncludeClouds] [-IncludeMoon] [-ApplyToImage] [-ReplaceImageColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSNightSkyShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IncludeClouds</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IncludeMoon</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NumberStars</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SKYCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>STARCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LIGHTSKY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SKYLIGHTNESS</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MOONCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonBumpSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonPositionX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonPositionY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IncludeClouds</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IncludeMoon</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LIGHTSKY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonBumpSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MOONCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonPositionX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonPositionY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MoonSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NumberStars</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SKYCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SKYLIGHTNESS</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>STARCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSOpacityShader</command:name> <command:noun>OBSOpacityShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSOpacityShader [[-Opacity] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSOpacityShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSOutput</command:name> <command:noun>OBSOutput</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSOutput : GetOutputList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the list of available outputs.</maml:para> <maml:para>Get-OBSOutput calls the OBS WebSocket with a request of type GetOutputList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSOutput</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSOutput </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getoutputlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSOutputSettings</command:name> <command:noun>OBSOutputSettings</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSOutputSettings : GetOutputSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the settings of an output.</maml:para> <maml:para>Get-OBSOutputSettings calls the OBS WebSocket with a request of type GetOutputSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSOutputSettings</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getoutputsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSOutputStatus</command:name> <command:noun>OBSOutputStatus</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSOutputStatus : GetOutputStatus</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the status of an output.</maml:para> <maml:para>Get-OBSOutputStatus calls the OBS WebSocket with a request of type GetOutputStatus.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSOutputStatus</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getoutputstatus</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPagePeelShader</command:name> <command:noun>OBSPagePeelShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPagePeelShader [[-Speed] <float>] [[-Position] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPagePeelShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Position</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Position</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPagePeelTransitionShader</command:name> <command:noun>OBSPagePeelTransitionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPagePeelTransitionShader [[-ImageA] <string>] [[-ImageB] <string>] [[-TransitionTime] <float>] [[-PageColor] <string>] [[-PageTransparency] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ConvertLinear] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPagePeelTransitionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PageTransparency</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PageTransparency</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPerlinNoiseShader</command:name> <command:noun>OBSPerlinNoiseShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPerlinNoiseShader [[-Speed] <float>] [[-SpeedHorizonal] <float>] [[-SpeedVertical] <float>] [[-Iterations] <int>] [[-WhiteNoise] <float>] [[-BlackNoise] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Animated] [-ApplyToChannel] [-Inverted] [-Multiply] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPerlinNoiseShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animated</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Inverted</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Multiply</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedHorizonal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedVertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Iterations</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WhiteNoise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlackNoise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animated</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToChannel</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlackNoise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Inverted</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Iterations</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Multiply</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedHorizonal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedVertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WhiteNoise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPersistentData</command:name> <command:noun>OBSPersistentData</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPersistentData : GetPersistentData</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the value of a "slot" from the selected persistent data realm.</maml:para> <maml:para>Get-OBSPersistentData calls the OBS WebSocket with a request of type GetPersistentData.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPersistentData</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Realm</maml:name> <maml:description> <maml:para>The data realm to select. `OBS_WEBSOCKET_DATA_REALM_GLOBAL` or `OBS_WEBSOCKET_DATA_REALM_PROFILE`</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SlotName</maml:name> <maml:description> <maml:para>The name of the slot to retrieve data from</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Realm</maml:name> <maml:description> <maml:para>The data realm to select. `OBS_WEBSOCKET_DATA_REALM_GLOBAL` or `OBS_WEBSOCKET_DATA_REALM_PROFILE`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SlotName</maml:name> <maml:description> <maml:para>The name of the slot to retrieve data from</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getpersistentdata</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPieChartShader</command:name> <command:noun>OBSPieChartShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPieChartShader [[-InnerRadius] <float>] [[-OuterRadius] <float>] [[-StartAngle] <float>] [[-Total] <int>] [[-Part1] <int>] [[-Color1] <string>] [[-Part2] <int>] [[-Color2] <string>] [[-Part3] <int>] [[-Color3] <string>] [[-Part4] <int>] [[-Color4] <string>] [[-Part5] <int>] [[-Color5] <string>] [[-Part6] <int>] [[-Color6] <string>] [[-Part7] <int>] [[-Color7] <string>] [[-Part8] <int>] [[-Color8] <string>] [[-Part9] <int>] [[-Color9] <string>] [[-Part10] <int>] [[-Color10] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPieChartShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InnerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OuterRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Total</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part1</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color1</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part2</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color2</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part3</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color3</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part4</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color4</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part5</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color5</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part6</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color6</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part7</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color7</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part8</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color8</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part9</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="21" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color9</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="22" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part10</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="23" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color10</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="24" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="25" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="26" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color1</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color10</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color2</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color3</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color4</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color5</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color6</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color7</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color8</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color9</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InnerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OuterRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part1</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part10</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part2</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part3</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part4</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part5</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part6</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part7</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part8</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Part9</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAngle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Total</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPixelationShader</command:name> <command:noun>OBSPixelationShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPixelationShader [[-TargetWidth] <float>] [[-TargetHeight] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPixelationShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TargetWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TargetHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TargetHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TargetWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPixelationTransitionShader</command:name> <command:noun>OBSPixelationTransitionShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPixelationTransitionShader [[-TransitionTime] <float>] [[-Power] <float>] [[-CenterX] <float>] [[-CenterY] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ConvertLinear] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPixelationTransitionShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ConvertLinear</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPolarShader</command:name> <command:noun>OBSPolarShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPolarShader [[-CenterX] <float>] [[-CenterY] <float>] [[-PointY] <float>] [[-Rotate] <float>] [[-Repeat] <float>] [[-Scale] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Flip] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPolarShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PointY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Flip</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Repeat</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Flip</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PointY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Repeat</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSProfile</command:name> <command:noun>OBSProfile</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSProfile : GetProfileList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all profiles</maml:para> <maml:para>Get-OBSProfile calls the OBS WebSocket with a request of type GetProfileList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSProfile</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSProfile </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getprofilelist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSProfileParameter</command:name> <command:noun>OBSProfileParameter</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSProfileParameter : GetProfileParameter</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets a parameter from the current profile's configuration.</maml:para> <maml:para>Get-OBSProfileParameter calls the OBS WebSocket with a request of type GetProfileParameter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSProfileParameter</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterCategory</maml:name> <maml:description> <maml:para>Category of the parameter to get</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterName</maml:name> <maml:description> <maml:para>Name of the parameter to get</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterCategory</maml:name> <maml:description> <maml:para>Category of the parameter to get</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterName</maml:name> <maml:description> <maml:para>Name of the parameter to get</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getprofileparameter</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSPulseShader</command:name> <command:noun>OBSPulseShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSPulseShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-Speed] <float>] [[-MinGrowthPixels] <float>] [[-MaxGrowthPixels] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSPulseShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRainbowShader</command:name> <command:noun>OBSRainbowShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRainbowShader [[-Saturation] <float>] [[-Luminosity] <float>] [[-Spread] <float>] [[-Speed] <float>] [[-AlphaPercentage] <float>] [[-RotationOffset] <float>] [[-ColorToReplace] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Vertical] [-Rotational] [-ApplyToImage] [-ReplaceImageColor] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRainbowShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Saturation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Luminosity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Spread</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotational</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Luminosity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotational</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Saturation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Spread</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRainWindowShader</command:name> <command:noun>OBSRainWindowShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRainWindowShader [[-Size] <float>] [[-BlurSize] <float>] [[-TrailStrength] <float>] [[-TrailColor] <float>] [[-Speed] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-DebugShader] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRainWindowShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Size</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TrailStrength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TrailColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DebugShader</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DebugShader</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Size</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TrailColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TrailStrength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRecordDirectory</command:name> <command:noun>OBSRecordDirectory</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRecordDirectory : GetRecordDirectory</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the current directory that the record output is set to.</maml:para> <maml:para>Get-OBSRecordDirectory calls the OBS WebSocket with a request of type GetRecordDirectory.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRecordDirectory</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSRecordDirectory </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getrecorddirectory</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRecordStatus</command:name> <command:noun>OBSRecordStatus</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRecordStatus : GetRecordStatus</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the status of the record output.</maml:para> <maml:para>Get-OBSRecordStatus calls the OBS WebSocket with a request of type GetRecordStatus.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRecordStatus</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSRecordStatus </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getrecordstatus</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRectangularDropShadowShader</command:name> <command:noun>OBSRectangularDropShadowShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRectangularDropShadowShader [[-ShadowOffsetX] <int>] [[-ShadowOffsetY] <int>] [[-ShadowBlurSize] <int>] [[-ShadowColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRectangularDropShadowShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowBlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowBlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSReflectShader</command:name> <command:noun>OBSReflectShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSReflectShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Horizontal] [-Vertical] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSReflectShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Horizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Horizontal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vertical</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRemovePartialPixelsShader</command:name> <command:noun>OBSRemovePartialPixelsShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRemovePartialPixelsShader [[-MinimumAlphaPercent] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRemovePartialPixelsShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinimumAlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinimumAlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRepeatShader</command:name> <command:noun>OBSRepeatShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRepeatShader [[-ViewProj] <float[][]>] [[-ColorMatrix] <float[][]>] [[-ColorRangeMin] <float[]>] [[-ColorRangeMax] <float[]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-UvSize] <float[]>] [[-RandF] <float>] [[-Alpha] <float>] [[-Copies] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRepeatShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMax</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Alpha</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Copies</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Alpha</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMax</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Copies</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRepeatTextureShader</command:name> <command:noun>OBSRepeatTextureShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRepeatTextureShader [[-ViewProj] <float[][]>] [[-ColorMatrix] <float[][]>] [[-ColorRangeMin] <float[]>] [[-ColorRangeMax] <float[]>] [[-Image] <string>] [[-TexImage] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-UvSize] <float[]>] [[-RandF] <float>] [[-Blend] <float>] [[-Copies] <float>] [[-Notes] <string>] [[-AlphaPercentage] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRepeatTextureShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMax</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TexImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blend</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Copies</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blend</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorMatrix</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMax</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorRangeMin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Copies</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TexImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSReplayBufferStatus</command:name> <command:noun>OBSReplayBufferStatus</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSReplayBufferStatus : GetReplayBufferStatus</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the status of the replay buffer output.</maml:para> <maml:para>Get-OBSReplayBufferStatus calls the OBS WebSocket with a request of type GetReplayBufferStatus.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSReplayBufferStatus</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSReplayBufferStatus </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getreplaybufferstatus</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRGBAPercentShader</command:name> <command:noun>OBSRGBAPercentShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRGBAPercentShader [[-RedPercent] <float>] [[-GreenPercent] <float>] [[-BluePercent] <float>] [[-AlphaPercent] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRGBAPercentShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluePercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluePercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRgbColorWheelShader</command:name> <command:noun>OBSRgbColorWheelShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRgbColorWheelShader [[-Speed] <float>] [[-ColorDepth] <float>] [[-ColorToReplace] <string>] [[-AlphaPercentage] <float>] [[-CenterWidthPercentage] <int>] [[-CenterHeightPercentage] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToImage] [-ReplaceImageColor] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRgbColorWheelShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDepth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorDepth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRgbSplitShader</command:name> <command:noun>OBSRgbSplitShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRgbSplitShader [[-Redx] <float>] [[-Redy] <float>] [[-Greenx] <float>] [[-Greeny] <float>] [[-Bluex] <float>] [[-Bluey] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRgbSplitShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Redx</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Redy</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Greenx</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Greeny</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bluex</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bluey</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bluex</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bluey</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Greenx</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Greeny</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Redx</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Redy</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRgbvisibilityShader</command:name> <command:noun>OBSRgbvisibilityShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRgbvisibilityShader [[-Red] <float>] [[-Green] <float>] [[-Blue] <float>] [[-RedVisibility] <float>] [[-GreenVisibility] <float>] [[-BlueVisibility] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRgbvisibilityShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Red</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Green</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedVisibility</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenVisibility</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueVisibility</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Blue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BlueVisibility</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Green</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GreenVisibility</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Red</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedVisibility</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRGSSAAShader</command:name> <command:noun>OBSRGSSAAShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRGSSAAShader [[-ColorSigma] <float>] [[-SpatialSigma] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRGSSAAShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorSigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpatialSigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorSigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpatialSigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRippleShader</command:name> <command:noun>OBSRippleShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRippleShader [[-DistanceFactor] <float>] [[-TimeFactor] <float>] [[-PowerFactor] <float>] [[-CenterPosX] <float>] [[-CenterPosY] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRippleShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistanceFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PowerFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterPosX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterPosY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterPosX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterPosY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DistanceFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PowerFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRotatingSourceShader</command:name> <command:noun>OBSRotatingSourceShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRotatingSourceShader [[-SpinSpeed] <float>] [[-Rotation] <float>] [[-Zoomin] <float>] [[-XCenter] <float>] [[-YCenter] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-KeepAspectratio] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRotatingSourceShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpinSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Zoomin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeepAspectratio</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>XCenter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YCenter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeepAspectratio</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpinSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>XCenter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YCenter</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Zoomin</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRotatoeShader</command:name> <command:noun>OBSRotatoeShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRotatoeShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-SpeedPercent] <int>] [[-AxisX] <float>] [[-AxisY] <float>] [[-AxisZ] <float>] [[-AngleDegrees] <float>] [[-CenterWidthPercentage] <int>] [[-CenterHeightPercentage] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-RotateTransform] [-RotatePixels] [-RotateColors] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRotatoeShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AxisX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AxisY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AxisZ</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleDegrees</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateTransform</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotatePixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateColors</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AngleDegrees</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AxisX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AxisY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AxisZ</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeightPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidthPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateColors</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotatePixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotateTransform</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRoundedRect2Shader</command:name> <command:noun>OBSRoundedRect2Shader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRoundedRect2Shader [[-CornerRadius] <int>] [[-BorderThickness] <int>] [[-BorderColor] <string>] [[-BorderAlphaStart] <float>] [[-BorderAlphaEnd] <float>] [[-AlphaCutOff] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-FasterScan] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRoundedRect2Shader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FasterScan</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FasterScan</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRoundedRectPerCornerShader</command:name> <command:noun>OBSRoundedRectPerCornerShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRoundedRectPerCornerShader [[-CornerRadiusTl] <int>] [[-CornerRadiusTr] <int>] [[-CornerRadiusBr] <int>] [[-CornerRadiusBl] <int>] [[-BorderThickness] <int>] [[-BorderColor] <string>] [[-BorderAlphaStart] <float>] [[-BorderAlphaEnd] <float>] [[-AlphaCutOff] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRoundedRectPerCornerShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusTl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusTr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusBr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusBl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusBl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusBr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusTl</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusTr</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRoundedRectPerSideShader</command:name> <command:noun>OBSRoundedRectPerSideShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRoundedRectPerSideShader [[-CornerRadiusBottom] <int>] [[-CornerRadiusLeft] <int>] [[-CornerRadiusTop] <int>] [[-CornerRadiusRight] <int>] [[-BorderThickness] <int>] [[-BorderColor] <string>] [[-BorderAlphaStart] <float>] [[-BorderAlphaEnd] <float>] [[-AlphaCutOff] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRoundedRectPerSideShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaCutOff</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaEnd</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderAlphaStart</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusBottom</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusLeft</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusRight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadiusTop</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRoundedRectShader</command:name> <command:noun>OBSRoundedRectShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRoundedRectShader [[-CornerRadius] <int>] [[-BorderThickness] <int>] [[-BorderColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRoundedRectShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRoundedStrokeGradientShader</command:name> <command:noun>OBSRoundedStrokeGradientShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRoundedStrokeGradientShader [[-CornerRadius] <int>] [[-BorderThickness] <int>] [[-MinimumAlphaPercent] <int>] [[-RotationSpeed] <int>] [[-BorderColorL] <string>] [[-BorderColorR] <string>] [[-CenterWidth] <int>] [[-CenterHeight] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRoundedStrokeGradientShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinimumAlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColorL</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColorR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColorL</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColorR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinimumAlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationSpeed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSRoundedStrokeShader</command:name> <command:noun>OBSRoundedStrokeShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSRoundedStrokeShader [[-CornerRadius] <int>] [[-BorderThickness] <int>] [[-MinimumAlphaPercent] <int>] [[-BorderColor] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSRoundedStrokeShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinimumAlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BorderThickness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CornerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinimumAlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSScanLineShader</command:name> <command:noun>OBSScanLineShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSScanLineShader [[-Speed] <float>] [[-Angle] <float>] [[-Floor] <float>] [[-Period] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Lengthwise] [-Animate] [-Shift] [-Boost] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSScanLineShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Lengthwise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Angle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Shift</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Boost</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Floor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Period</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Angle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Boost</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Floor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Lengthwise</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Period</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Shift</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSScene</command:name> <command:noun>OBSScene</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSScene : GetSceneList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all scenes in OBS.</maml:para> <maml:para>Get-OBSScene calls the OBS WebSocket with a request of type GetSceneList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSScene</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSScene </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getscenelist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneCollection</command:name> <command:noun>OBSSceneCollection</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneCollection : GetSceneCollectionList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all scene collections</maml:para> <maml:para>Get-OBSSceneCollection calls the OBS WebSocket with a request of type GetSceneCollectionList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneCollection</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSSceneCollection </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getscenecollectionlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItem</command:name> <command:noun>OBSSceneItem</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItem : GetSceneItemList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets a list of all scene items in a scene.</maml:para> <maml:para>Scenes only</maml:para> <maml:para>Get-OBSSceneItem calls the OBS WebSocket with a request of type GetSceneItemList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItem</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to get the items of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemBlendMode</command:name> <command:noun>OBSSceneItemBlendMode</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemBlendMode : GetSceneItemBlendMode</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the blend mode of a scene item.</maml:para> <maml:para>Blend modes:</maml:para> <maml:para>- `OBS_BLEND_NORMAL`</maml:para> <maml:para>- `OBS_BLEND_ADDITIVE`</maml:para> <maml:para>- `OBS_BLEND_SUBTRACT`</maml:para> <maml:para>- `OBS_BLEND_SCREEN`</maml:para> <maml:para>- `OBS_BLEND_MULTIPLY`</maml:para> <maml:para>- `OBS_BLEND_LIGHTEN`</maml:para> <maml:para>- `OBS_BLEND_DARKEN`</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Get-OBSSceneItemBlendMode calls the OBS WebSocket with a request of type GetSceneItemBlendMode.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemBlendMode</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemblendmode</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemEnabled</command:name> <command:noun>OBSSceneItemEnabled</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemEnabled : GetSceneItemEnabled</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the enable state of a scene item.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Get-OBSSceneItemEnabled calls the OBS WebSocket with a request of type GetSceneItemEnabled.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemEnabled</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemenabled</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemId</command:name> <command:noun>OBSSceneItemId</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemId : GetSceneItemId</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Searches a scene for a source, and returns its id.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Get-OBSSceneItemId calls the OBS WebSocket with a request of type GetSceneItemId.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemId</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene or group to search in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene or group to search in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to find</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SearchOffset</maml:name> <maml:description> <maml:para>Number of matches to skip during search. >= 0 means first forward. -1 means last (top) item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene or group to search in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene or group to search in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SearchOffset</maml:name> <maml:description> <maml:para>Number of matches to skip during search. >= 0 means first forward. -1 means last (top) item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to find</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemid</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemIndex</command:name> <command:noun>OBSSceneItemIndex</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemIndex : GetSceneItemIndex</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the index position of a scene item in a scene.</maml:para> <maml:para>An index of 0 is at the bottom of the source list in the UI.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Get-OBSSceneItemIndex calls the OBS WebSocket with a request of type GetSceneItemIndex.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemIndex</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemindex</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemLocked</command:name> <command:noun>OBSSceneItemLocked</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemLocked : GetSceneItemLocked</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the lock state of a scene item.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Get-OBSSceneItemLocked calls the OBS WebSocket with a request of type GetSceneItemLocked.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemLocked</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemlocked</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemSource</command:name> <command:noun>OBSSceneItemSource</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemSource : GetSceneItemSource</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the source associated with a scene item.</maml:para> <maml:para>Get-OBSSceneItemSource calls the OBS WebSocket with a request of type GetSceneItemSource.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemsource</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneItemTransform</command:name> <command:noun>OBSSceneItemTransform</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneItemTransform : GetSceneItemTransform</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the transform and crop info of a scene item.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Get-OBSSceneItemTransform calls the OBS WebSocket with a request of type GetSceneItemTransform.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneItemTransform</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsceneitemtransform</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneSceneTransitionOverride</command:name> <command:noun>OBSSceneSceneTransitionOverride</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneSceneTransitionOverride : GetSceneSceneTransitionOverride</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the scene transition overridden for a scene.</maml:para> <maml:para>Note: A transition UUID response field is not currently able to be implemented as of 2024-1-18.</maml:para> <maml:para>Get-OBSSceneSceneTransitionOverride calls the OBS WebSocket with a request of type GetSceneSceneTransitionOverride.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneSceneTransitionOverride</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getscenescenetransitionoverride</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSceneTransition</command:name> <command:noun>OBSSceneTransition</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSceneTransition : GetSceneTransitionList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all scene transitions in OBS.</maml:para> <maml:para>Get-OBSSceneTransition calls the OBS WebSocket with a request of type GetSceneTransitionList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSceneTransition</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSSceneTransition </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getscenetransitionlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSeascapeShader</command:name> <command:noun>OBSSeascapeShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSeascapeShader [[-SEAHEIGHT] <float>] [[-SEACHOPPY] <float>] [[-SEASPEED] <float>] [[-SEAFREQ] <float>] [[-SEABASE] <string>] [[-SEAWATERCOLOR] <string>] [[-CAMERASPEED] <float>] [[-CAMERATURNSPEED] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-AA] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSeascapeShader</maml:name> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEAHEIGHT</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEACHOPPY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEASPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEAFREQ</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEABASE</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEAWATERCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CAMERASPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CAMERATURNSPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AA</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CAMERASPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CAMERATURNSPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEABASE</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEACHOPPY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEAFREQ</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEAHEIGHT</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEASPEED</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SEAWATERCOLOR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSeasickShader</command:name> <command:noun>OBSSeasickShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSeasickShader [[-Notes] <string>] [[-Amplitude] <float>] [[-Speed] <float>] [[-Frequency] <float>] [[-Opacity] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSeasickShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amplitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Frequency</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amplitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Frequency</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSelectiveColorShader</command:name> <command:noun>OBSSelectiveColorShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSelectiveColorShader [[-CutoffRed] <float>] [[-CutoffGreen] <float>] [[-CutoffBlue] <float>] [[-CutoffYellow] <float>] [[-AcceptanceAmplifier] <float>] [[-Notes] <string>] [[-BackgroundType] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ShowRed] [-ShowGreen] [-ShowBlue] [-ShowYellow] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSelectiveColorShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffRed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffGreen</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffBlue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffYellow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AcceptanceAmplifier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowRed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowGreen</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowBlue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowYellow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundType</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AcceptanceAmplifier</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackgroundType</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffBlue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffGreen</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffRed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CutoffYellow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowBlue</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowGreen</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowRed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowYellow</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSShakeShader</command:name> <command:noun>OBSShakeShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSShakeShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-LocalTime] <float>] [[-RandomScale] <float>] [[-Speed] <float>] [[-MinGrowthPixels] <float>] [[-MaxGrowthPixels] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Worble] [-RandomizeMovement] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSShakeShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandomScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Worble</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandomizeMovement</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LocalTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MaxGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MinGrowthPixels</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandomizeMovement</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandomScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Speed</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Worble</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSShineShader</command:name> <command:noun>OBSShineShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSShineShader [[-LTex] <string>] [[-ShineColor] <string>] [[-SpeedPercent] <int>] [[-GradientPercent] <int>] [[-DelayPercent] <int>] [[-Notes] <string>] [[-StartAdjust] <float>] [[-StopAdjust] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToAlphaLayer] [-Ease] [-Hide] [-Reverse] [-OneDirection] [-Glitch] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSShineShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LTex</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShineColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DelayPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Hide</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OneDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAdjust</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StopAdjust</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DelayPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Hide</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LTex</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OneDirection</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShineColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StartAdjust</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StopAdjust</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSimpleGradientShader</command:name> <command:noun>OBSSimpleGradientShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSimpleGradientShader [[-SpeedPercentage] <int>] [[-AlphaPercentage] <int>] [[-ColorToReplace] <string>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-LensFlair] [-AnimateLensFlair] [-ApplyToAlphaLayer] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSimpleGradientShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LensFlair</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AnimateLensFlair</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AnimateLensFlair</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LensFlair</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSimplexNoiseShader</command:name> <command:noun>OBSSimplexNoiseShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSimplexNoiseShader [[-SnapPercent] <float>] [[-SpeedPercent] <float>] [[-Resolution] <float>] [[-ForeColor] <string>] [[-BackColor] <string>] [[-AlphaPercent] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Fractal] [-UseAlphaLayer] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSimplexNoiseShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SnapPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Resolution</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fractal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ForeColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BackColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ForeColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Fractal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Resolution</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SnapPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseAlphaLayer</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSmartDenoiseShader</command:name> <command:noun>OBSSmartDenoiseShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSmartDenoiseShader [[-USigma] <float>] [[-UKSigma] <float>] [[-UThreshold] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSmartDenoiseShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>USigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UKSigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UThreshold</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UKSigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>USigma</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UThreshold</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSourceActive</command:name> <command:noun>OBSSourceActive</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSourceActive : GetSourceActive</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the active and show state of a source.</maml:para> <maml:para>**Compatible with inputs and scenes.**</maml:para> <maml:para>Get-OBSSourceActive calls the OBS WebSocket with a request of type GetSourceActive.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSourceActive</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to get the active state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to get the active state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to get the active state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to get the active state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsourceactive</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSourceFilter</command:name> <command:noun>OBSSourceFilter</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSourceFilter : GetSourceFilter</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the info for a specific source filter.</maml:para> <maml:para>Get-OBSSourceFilter calls the OBS WebSocket with a request of type GetSourceFilter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSourceFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsourcefilter</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSourceFilterDefaultSettings</command:name> <command:noun>OBSSourceFilterDefaultSettings</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSourceFilterDefaultSettings : GetSourceFilterDefaultSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the default settings for a filter kind.</maml:para> <maml:para>Get-OBSSourceFilterDefaultSettings calls the OBS WebSocket with a request of type GetSourceFilterDefaultSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSourceFilterDefaultSettings</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterKind</maml:name> <maml:description> <maml:para>Filter kind to get the default settings for</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterKind</maml:name> <maml:description> <maml:para>Filter kind to get the default settings for</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsourcefilterdefaultsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSourceFilterKind</command:name> <command:noun>OBSSourceFilterKind</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSourceFilterKind : GetSourceFilterKindList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all available source filter kinds.</maml:para> <maml:para>Similar to `GetInputKindList`</maml:para> <maml:para>Get-OBSSourceFilterKind calls the OBS WebSocket with a request of type GetSourceFilterKindList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSourceFilterKind</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSSourceFilterKind </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsourcefilterkindlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSourceFilterList</command:name> <command:noun>OBSSourceFilterList</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSourceFilterList : GetSourceFilterList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all of a source's filters.</maml:para> <maml:para>Get-OBSSourceFilterList calls the OBS WebSocket with a request of type GetSourceFilterList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSourceFilterList</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsourcefilterlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSourceScreenshot</command:name> <command:noun>OBSSourceScreenshot</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSourceScreenshot : GetSourceScreenshot</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets a Base64-encoded screenshot of a source.</maml:para> <maml:para>The `imageWidth` and `imageHeight` parameters are treated as "scale to inner", meaning the smallest ratio will be used and the aspect ratio of the original resolution is kept.</maml:para> <maml:para>If `imageWidth` and `imageHeight` are not specified, the compressed image will use the full resolution of the source.</maml:para> <maml:para>**Compatible with inputs and scenes.**</maml:para> <maml:para>Get-OBSSourceScreenshot calls the OBS WebSocket with a request of type GetSourceScreenshot.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSourceScreenshot</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageFormat</maml:name> <maml:description> <maml:para>Image compression format to use. Use `GetVersion` to get compatible image formats</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageWidth</maml:name> <maml:description> <maml:para>Width to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageHeight</maml:name> <maml:description> <maml:para>Height to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageCompressionQuality</maml:name> <maml:description> <maml:para>Compression quality to use. 0 for high compression, 100 for uncompressed. -1 to use "default" (whatever that means, idk)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageCompressionQuality</maml:name> <maml:description> <maml:para>Compression quality to use. 0 for high compression, 100 for uncompressed. -1 to use "default" (whatever that means, idk)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageFormat</maml:name> <maml:description> <maml:para>Image compression format to use. Use `GetVersion` to get compatible image formats</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageHeight</maml:name> <maml:description> <maml:para>Height to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageWidth</maml:name> <maml:description> <maml:para>Width to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getsourcescreenshot</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSpecialInputs</command:name> <command:noun>OBSSpecialInputs</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSpecialInputs : GetSpecialInputs</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the names of all special inputs.</maml:para> <maml:para>Get-OBSSpecialInputs calls the OBS WebSocket with a request of type GetSpecialInputs.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSpecialInputs</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSSpecialInputs </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getspecialinputs</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSpecularShineShader</command:name> <command:noun>OBSSpecularShineShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSpecularShineShader [[-Hint] <string>] [[-Roughness] <float>] [[-LightStrength] <float>] [[-LightPositionX] <float>] [[-LightPositionY] <float>] [[-FlattenNormal] <float>] [[-StretchNormalX] <float>] [[-StretchNormalY] <float>] [[-LightColor] <float[]>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSpecularShineShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Hint</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Roughness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightStrength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightPositionX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightPositionY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlattenNormal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StretchNormalX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StretchNormalY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FlattenNormal</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Hint</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightPositionX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightPositionY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LightStrength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Roughness</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StretchNormalX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StretchNormalY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSpotlightShader</command:name> <command:noun>OBSSpotlightShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSpotlightShader [[-SpeedPercent] <float>] [[-FocusPercent] <float>] [[-SpotlightColor] <string>] [[-HorizontalOffset] <float>] [[-VerticalOffset] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Glitch] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSpotlightShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FocusPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpotlightColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FocusPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpotlightColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSStats</command:name> <command:noun>OBSStats</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSStats : GetStats</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets statistics about OBS, obs-websocket, and the current session.</maml:para> <maml:para>Get-OBSStats calls the OBS WebSocket with a request of type GetStats.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSStats</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSStats </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getstats</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSStreamServiceSettings</command:name> <command:noun>OBSStreamServiceSettings</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSStreamServiceSettings : GetStreamServiceSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the current stream service settings (stream destination).</maml:para> <maml:para>Get-OBSStreamServiceSettings calls the OBS WebSocket with a request of type GetStreamServiceSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSStreamServiceSettings</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSStreamServiceSettings </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getstreamservicesettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSStreamStatus</command:name> <command:noun>OBSStreamStatus</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSStreamStatus : GetStreamStatus</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the status of the stream output.</maml:para> <maml:para>Get-OBSStreamStatus calls the OBS WebSocket with a request of type GetStreamStatus.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSStreamStatus</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSStreamStatus </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getstreamstatus</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSStudioModeEnabled</command:name> <command:noun>OBSStudioModeEnabled</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSStudioModeEnabled : GetStudioModeEnabled</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets whether studio is enabled.</maml:para> <maml:para>Get-OBSStudioModeEnabled calls the OBS WebSocket with a request of type GetStudioModeEnabled.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSStudioModeEnabled</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSStudioModeEnabled </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getstudiomodeenabled</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSSwirlShader</command:name> <command:noun>OBSSwirlShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSSwirlShader [[-Radius] <float>] [[-Angle] <float>] [[-CenterX] <float>] [[-CenterY] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Animate] [-Inverse] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSSwirlShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Angle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Inverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Angle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Inverse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSTetraShader</command:name> <command:noun>OBSTetraShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSTetraShader [[-RedR] <float>] [[-RedG] <float>] [[-RedB] <float>] [[-YelR] <float>] [[-YelG] <float>] [[-YelB] <float>] [[-GrnR] <float>] [[-GrnG] <float>] [[-GrnB] <float>] [[-CynR] <float>] [[-CynG] <float>] [[-CynB] <float>] [[-BluR] <float>] [[-BluG] <float>] [[-BluB] <float>] [[-MagR] <float>] [[-MagG] <float>] [[-MagB] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSTetraShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YelR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YelG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YelB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GrnR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GrnG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GrnB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CynR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CynG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CynB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MagR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MagG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MagB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BluR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CynB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CynG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CynR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GrnB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GrnG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GrnR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MagB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MagG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MagR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RedR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YelB</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YelG</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YelR</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSThermalShader</command:name> <command:noun>OBSThermalShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSThermalShader [[-Strength] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSThermalShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Strength</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSTransitionKind</command:name> <command:noun>OBSTransitionKind</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSTransitionKind : GetTransitionKindList</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets an array of all available transition kinds.</maml:para> <maml:para>Similar to `GetInputKindList`</maml:para> <maml:para>Get-OBSTransitionKind calls the OBS WebSocket with a request of type GetTransitionKindList.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSTransitionKind</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSTransitionKind </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#gettransitionkindlist</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSTvCrtSubpixelShader</command:name> <command:noun>OBSTvCrtSubpixelShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSTvCrtSubpixelShader [[-ChannelWidth] <int>] [[-ChannelHeight] <int>] [[-HGap] <int>] [[-VGap] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSTvCrtSubpixelShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HGap</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VGap</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelWidth</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HGap</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VGap</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSTwistShader</command:name> <command:noun>OBSTwistShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSTwistShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-Power] <float>] [[-Rotation] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSTwistShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Rotation</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSTwoPassDropShadowShader</command:name> <command:noun>OBSTwoPassDropShadowShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSTwoPassDropShadowShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-ShadowOffsetX] <int>] [[-ShadowOffsetY] <int>] [[-ShadowBlurSize] <int>] [[-ShadowColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-IsAlphaPremultiplied] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSTwoPassDropShadowShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowBlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IsAlphaPremultiplied</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ElapsedTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Image</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>IsAlphaPremultiplied</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RandF</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowBlurSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShadowOffsetY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvOffset</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvPixelInterval</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvScale</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UvSize</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[]</command:parameterValue> <dev:type> <maml:name>System.Single[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ViewProj</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Single[][]</command:parameterValue> <dev:type> <maml:name>System.Single[][]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVCRShader</command:name> <command:noun>OBSVCRShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVCRShader [[-VerticalShift] <float>] [[-Distort] <float>] [[-Vignet] <float>] [[-Stripe] <float>] [[-VerticalFactor] <float>] [[-VerticalHeight] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVCRShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalShift</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Distort</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vignet</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Stripe</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Distort</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Stripe</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalFactor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalHeight</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalShift</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Vignet</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVersion</command:name> <command:noun>OBSVersion</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVersion : GetVersion</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets data about the current plugin and RPC version.</maml:para> <maml:para>Get-OBSVersion calls the OBS WebSocket with a request of type GetVersion.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVersion</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSVersion </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getversion</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVHSShader</command:name> <command:noun>OBSVHSShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVHSShader [[-Range] <float>] [[-OffsetIntensity] <float>] [[-NoiseQuality] <float>] [[-NoiseIntensity] <float>] [[-ColorOffsetIntensity] <float>] [[-AlphaPercentage] <float>] [[-ColorToReplace] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToImage] [-ReplaceImageColor] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVHSShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Range</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetIntensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoiseQuality</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoiseIntensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorOffsetIntensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AlphaPercentage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToImage</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ApplyToSpecificColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorOffsetIntensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ColorToReplace</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoiseIntensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoiseQuality</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OffsetIntensity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Range</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReplaceImageColor</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVideoSettings</command:name> <command:noun>OBSVideoSettings</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVideoSettings : GetVideoSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the current video settings.</maml:para> <maml:para>Note: To get the true FPS value, divide the FPS numerator by the FPS denominator. Example: `60000/1001`</maml:para> <maml:para>Get-OBSVideoSettings calls the OBS WebSocket with a request of type GetVideoSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVideoSettings</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSVideoSettings </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getvideosettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVignettingShader</command:name> <command:noun>OBSVignettingShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVignettingShader [[-InnerRadius] <float>] [[-OuterRadius] <float>] [[-Opacity] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVignettingShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InnerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OuterRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InnerRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OuterRadius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVirtualCamStatus</command:name> <command:noun>OBSVirtualCamStatus</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVirtualCamStatus : GetVirtualCamStatus</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets the status of the virtualcam output.</maml:para> <maml:para>Get-OBSVirtualCamStatus calls the OBS WebSocket with a request of type GetVirtualCamStatus.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVirtualCamStatus</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-OBSVirtualCamStatus </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getvirtualcamstatus</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSVoronoiPixelationShader</command:name> <command:noun>OBSVoronoiPixelationShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSVoronoiPixelationShader [[-PixH] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Alternative] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSVoronoiPixelationShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixH</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Alternative</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Alternative</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PixH</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSZigZagShader</command:name> <command:noun>OBSZigZagShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSZigZagShader [[-Radius] <float>] [[-Angle] <float>] [[-Period] <float>] [[-Amplitude] <float>] [[-CenterX] <float>] [[-CenterY] <float>] [[-Phase] <float>] [[-Animate] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSZigZagShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Angle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Period</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amplitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Phase</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Amplitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Angle</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Animate</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterX</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterY</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Period</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Phase</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Radius</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSZoomBlurShader</command:name> <command:noun>OBSZoomBlurShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSZoomBlurShader [[-Samples] <int>] [[-Magnitude] <float>] [[-SpeedPercent] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Ease] [-Glitch] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSZoomBlurShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Samples</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Magnitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ease</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Glitch</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Magnitude</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Notes</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Samples</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SpeedPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSZoomShader</command:name> <command:noun>OBSZoomShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSZoomShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-Power] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSZoomShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Power</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-OBSZoomXYShader</command:name> <command:noun>OBSZoomXYShader</command:noun> <command:verb>Get</command:verb> <maml:description> <maml:para>Get-OBSZoomXYShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-XPower] <float>] [[-YPower] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OBSZoomXYShader</maml:name> <command:parameter required="false" position="0" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>XPower</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YPower</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterXPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CenterYPercent</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseShaderTime</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>XPower</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>YPower</maml:name> <maml:description> <maml:para> </maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Float</command:parameterValue> <dev:type> <maml:name>Float</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> <maml:description /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Hide-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Hide</command:verb> <maml:description> <maml:para>Hide OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Hides items in OBS</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Hide-OBS</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ItemName</maml:name> <maml:description> <maml:para>The name of the item we want to Hide</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>The name of the scene. If not provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ItemName</maml:name> <maml:description> <maml:para>The name of the item we want to Hide</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>The name of the scene. If not provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Hide-OBS -SourceName "foo" </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Set-OBSSceneItemEnabled</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Import-OBSEffect</command:name> <command:noun>OBSEffect</command:noun> <command:verb>Import</command:verb> <maml:description> <maml:para>Imports Effects</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Imports obs-powershell effects</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Import-OBSEffect</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByValue)" aliases="" variableLength="true" globbing="false"> <maml:name>From</maml:name> <maml:description> <maml:para>The source location of the effect. This can be a string, file, directory, command, or module.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>From</maml:name> <maml:description> <maml:para>The source location of the effect. This can be a string, file, directory, command, or module.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Import-OBSEffect -Path (Get-Module obs-powershell) </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Open-OBSInputFiltersDialog</command:name> <command:noun>OBSInputFiltersDialog</command:noun> <command:verb>Open</command:verb> <maml:description> <maml:para>Open-OBSInputFiltersDialog : OpenInputFiltersDialog</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Opens the filters dialog of an input.</maml:para> <maml:para>Open-OBSInputFiltersDialog calls the OBS WebSocket with a request of type OpenInputFiltersDialog.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Open-OBSInputFiltersDialog</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#openinputfiltersdialog</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Open-OBSInputInteractDialog</command:name> <command:noun>OBSInputInteractDialog</command:noun> <command:verb>Open</command:verb> <maml:description> <maml:para>Open-OBSInputInteractDialog : OpenInputInteractDialog</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Opens the interact dialog of an input.</maml:para> <maml:para>Open-OBSInputInteractDialog calls the OBS WebSocket with a request of type OpenInputInteractDialog.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Open-OBSInputInteractDialog</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#openinputinteractdialog</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Open-OBSInputPropertiesDialog</command:name> <command:noun>OBSInputPropertiesDialog</command:noun> <command:verb>Open</command:verb> <maml:description> <maml:para>Open-OBSInputPropertiesDialog : OpenInputPropertiesDialog</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Opens the properties dialog of an input.</maml:para> <maml:para>Open-OBSInputPropertiesDialog calls the OBS WebSocket with a request of type OpenInputPropertiesDialog.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Open-OBSInputPropertiesDialog</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to open the dialog of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#openinputpropertiesdialog</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Open-OBSSourceProjector</command:name> <command:noun>OBSSourceProjector</command:noun> <command:verb>Open</command:verb> <maml:description> <maml:para>Open-OBSSourceProjector : OpenSourceProjector</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Opens a projector for a source.</maml:para> <maml:para>Note: This request serves to provide feature parity with 4.x. It is very likely to be changed/deprecated in a future release.</maml:para> <maml:para>Open-OBSSourceProjector calls the OBS WebSocket with a request of type OpenSourceProjector.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Open-OBSSourceProjector</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to open a projector for</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to open a projector for</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MonitorIndex</maml:name> <maml:description> <maml:para>Monitor index, use `GetMonitorList` to obtain index</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ProjectorGeometry</maml:name> <maml:description> <maml:para>Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with `monitorIndex`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MonitorIndex</maml:name> <maml:description> <maml:para>Monitor index, use `GetMonitorList` to obtain index</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ProjectorGeometry</maml:name> <maml:description> <maml:para>Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with `monitorIndex`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to open a projector for</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to open a projector for</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#opensourceprojector</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Open-OBSVideoMixProjector</command:name> <command:noun>OBSVideoMixProjector</command:noun> <command:verb>Open</command:verb> <maml:description> <maml:para>Open-OBSVideoMixProjector : OpenVideoMixProjector</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Opens a projector for a specific output video mix.</maml:para> <maml:para>Mix types:</maml:para> <maml:para>- `OBS_WEBSOCKET_VIDEO_MIX_TYPE_PREVIEW`</maml:para> <maml:para>- `OBS_WEBSOCKET_VIDEO_MIX_TYPE_PROGRAM`</maml:para> <maml:para>- `OBS_WEBSOCKET_VIDEO_MIX_TYPE_MULTIVIEW`</maml:para> <maml:para>Note: This request serves to provide feature parity with 4.x. It is very likely to be changed/deprecated in a future release.</maml:para> <maml:para>Open-OBSVideoMixProjector calls the OBS WebSocket with a request of type OpenVideoMixProjector.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Open-OBSVideoMixProjector</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>VideoMixType</maml:name> <maml:description> <maml:para>Type of mix to open</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MonitorIndex</maml:name> <maml:description> <maml:para>Monitor index, use `GetMonitorList` to obtain index</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ProjectorGeometry</maml:name> <maml:description> <maml:para>Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with `monitorIndex`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MonitorIndex</maml:name> <maml:description> <maml:para>Monitor index, use `GetMonitorList` to obtain index</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ProjectorGeometry</maml:name> <maml:description> <maml:para>Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with `monitorIndex`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VideoMixType</maml:name> <maml:description> <maml:para>Type of mix to open</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#openvideomixprojector</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Receive-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Receive</command:verb> <maml:description> <maml:para>Receives data from OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Receives responses from the OBS WebSocket</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Receive-OBS</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByValue)" aliases="" variableLength="true" globbing="false"> <maml:name>MessageData</maml:name> <maml:description> <maml:para>The message data that has been received</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WaitForReponse</maml:name> <maml:description> <maml:para>If set will wait for a response from the message and expand the results.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Receive-OBS</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByValue)" aliases="" variableLength="true" globbing="false"> <maml:name>MessageData</maml:name> <maml:description> <maml:para>The message data that has been received</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SendEvent</maml:name> <maml:description> <maml:para>If set, will responsd to known events, like 'hello', and resend other events as PowerShell events</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketURI</maml:name> <maml:description> <maml:para>The OBS websocket URL. If not provided, this will default to loopback on port 4455.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketToken</maml:name> <maml:description> <maml:para>A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MessageData</maml:name> <maml:description> <maml:para>The message data that has been received</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SendEvent</maml:name> <maml:description> <maml:para>If set, will responsd to known events, like 'hello', and resend other events as PowerShell events</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WaitForReponse</maml:name> <maml:description> <maml:para>If set will wait for a response from the message and expand the results.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketToken</maml:name> <maml:description> <maml:para>A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketURI</maml:name> <maml:description> <maml:para>The OBS websocket URL. If not provided, this will default to loopback on port 4455.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Remove OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes items from OBS</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBS</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ItemName</maml:name> <maml:description> <maml:para>The name of the item we want to remove</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ItemName</maml:name> <maml:description> <maml:para>The name of the item we want to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Remove-OBS -SourceName "foo" </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 2 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Remove-OBS -SceneName "bar" </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Remove-OBSInput</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Remove-OBSScene</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBSEffect</command:name> <command:noun>OBSEffect</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Removes OBS Effects</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes effects currently loaded into OBS-PowerShell.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBSEffect</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>EffectName</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectName</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:alertSet> <maml:title> </maml:title> <maml:alert> <maml:para> This removes effects from memory, but will not delete effect commands or remove effect scripts. </maml:para> </maml:alert> </maml:alertSet> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBSInput</command:name> <command:noun>OBSInput</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Remove-OBSInput : RemoveInput</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes an existing input.</maml:para> <maml:para>Note: Will immediately remove all associated scene items.</maml:para> <maml:para>Remove-OBSInput calls the OBS WebSocket with a request of type RemoveInput.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBSInput</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removeinput</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBSProfile</command:name> <command:noun>OBSProfile</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Remove-OBSProfile : RemoveProfile</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes a profile. If the current profile is chosen, it will change to a different profile first.</maml:para> <maml:para>Remove-OBSProfile calls the OBS WebSocket with a request of type RemoveProfile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBSProfile</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Name of the profile to remove</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Name of the profile to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removeprofile</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBSScene</command:name> <command:noun>OBSScene</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Remove-OBSScene : RemoveScene</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes a scene from OBS.</maml:para> <maml:para>Remove-OBSScene calls the OBS WebSocket with a request of type RemoveScene.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBSScene</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removescene</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBSSceneItem</command:name> <command:noun>OBSSceneItem</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Remove-OBSSceneItem : RemoveSceneItem</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes a scene item from a scene.</maml:para> <maml:para>Scenes only</maml:para> <maml:para>Remove-OBSSceneItem calls the OBS WebSocket with a request of type RemoveSceneItem.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBSSceneItem</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removesceneitem</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-OBSSourceFilter</command:name> <command:noun>OBSSourceFilter</command:noun> <command:verb>Remove</command:verb> <maml:description> <maml:para>Remove-OBSSourceFilter : RemoveSourceFilter</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Removes a filter from a source.</maml:para> <maml:para>Remove-OBSSourceFilter calls the OBS WebSocket with a request of type RemoveSourceFilter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Remove-OBSSourceFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter to remove</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removesourcefilter</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Resume-OBSRecord</command:name> <command:noun>OBSRecord</command:noun> <command:verb>Resume</command:verb> <maml:description> <maml:para>Resume-OBSRecord : ResumeRecord</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Resumes the record output.</maml:para> <maml:para>Resume-OBSRecord calls the OBS WebSocket with a request of type ResumeRecord.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Resume-OBSRecord</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Resume-OBSRecord </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#resumerecord</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Save-OBSReplayBuffer</command:name> <command:noun>OBSReplayBuffer</command:noun> <command:verb>Save</command:verb> <maml:description> <maml:para>Save-OBSReplayBuffer : SaveReplayBuffer</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Saves the contents of the replay buffer output.</maml:para> <maml:para>Save-OBSReplayBuffer calls the OBS WebSocket with a request of type SaveReplayBuffer.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Save-OBSReplayBuffer</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Save-OBSReplayBuffer </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#savereplaybuffer</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Save-OBSSourceScreenshot</command:name> <command:noun>OBSSourceScreenshot</command:noun> <command:verb>Save</command:verb> <maml:description> <maml:para>Save-OBSSourceScreenshot : SaveSourceScreenshot</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Saves a screenshot of a source to the filesystem.</maml:para> <maml:para>The `imageWidth` and `imageHeight` parameters are treated as "scale to inner", meaning the smallest ratio will be used and the aspect ratio of the original resolution is kept.</maml:para> <maml:para>If `imageWidth` and `imageHeight` are not specified, the compressed image will use the full resolution of the source.</maml:para> <maml:para>**Compatible with inputs and scenes.**</maml:para> <maml:para>Save-OBSSourceScreenshot calls the OBS WebSocket with a request of type SaveSourceScreenshot.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Save-OBSSourceScreenshot</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageFormat</maml:name> <maml:description> <maml:para>Image compression format to use. Use `GetVersion` to get compatible image formats</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageFilePath</maml:name> <maml:description> <maml:para>Path to save the screenshot file to. Eg. `C:\Users\user\Desktop\screenshot.png`</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageWidth</maml:name> <maml:description> <maml:para>Width to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageHeight</maml:name> <maml:description> <maml:para>Height to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ImageCompressionQuality</maml:name> <maml:description> <maml:para>Compression quality to use. 0 for high compression, 100 for uncompressed. -1 to use "default" (whatever that means, idk)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageCompressionQuality</maml:name> <maml:description> <maml:para>Compression quality to use. 0 for high compression, 100 for uncompressed. -1 to use "default" (whatever that means, idk)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageFilePath</maml:name> <maml:description> <maml:para>Path to save the screenshot file to. Eg. `C:\Users\user\Desktop\screenshot.png`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageFormat</maml:name> <maml:description> <maml:para>Image compression format to use. Use `GetVersion` to get compatible image formats</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageHeight</maml:name> <maml:description> <maml:para>Height to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ImageWidth</maml:name> <maml:description> <maml:para>Width to scale the screenshot to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source to take a screenshot of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#savesourcescreenshot</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Sends messages to the OBS websocket.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sends one or more messages to the OBS websocket.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBS</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByValue)" aliases="" variableLength="true" globbing="false"> <maml:name>MessageData</maml:name> <maml:description> <maml:para>The data to send to the obs websocket.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>StepTime</maml:name> <maml:description> <maml:para>If provided, will sleep after each step. If -StepTime is less than 10000 ticks, it will be treated as frames per second. If -SerialFrame was provied, -StepTime will be the number of frames to wait.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Parallel</maml:name> <maml:description> <maml:para>If set, will process a batch of requests in parallel.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SerialFrame</maml:name> <maml:description> <maml:para>If set, will process a batch of requests in parallel.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReceiveBatch</maml:name> <maml:description> <maml:para>If set, will receive responses from batches of requests.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will never attempt to receive a response.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MessageData</maml:name> <maml:description> <maml:para>The data to send to the obs websocket.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will never attempt to receive a response.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Parallel</maml:name> <maml:description> <maml:para>If set, will process a batch of requests in parallel.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ReceiveBatch</maml:name> <maml:description> <maml:para>If set, will receive responses from batches of requests.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SerialFrame</maml:name> <maml:description> <maml:para>If set, will process a batch of requests in parallel.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StepTime</maml:name> <maml:description> <maml:para>If provided, will sleep after each step. If -StepTime is less than 10000 ticks, it will be treated as frames per second. If -SerialFrame was provied, -StepTime will be the number of frames to wait.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Receive-OBS</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Watch-OBS</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSCallVendorRequest</command:name> <command:noun>OBSCallVendorRequest</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSCallVendorRequest : CallVendorRequest</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Call a request registered to a vendor.</maml:para> <maml:para>A vendor is a unique name registered by a third-party plugin or script, which allows for custom requests and events to be added to obs-websocket.</maml:para> <maml:para>If a plugin or script implements vendor requests or events, documentation is expected to be provided with them.</maml:para> <maml:para>Send-OBSCallVendorRequest calls the OBS WebSocket with a request of type CallVendorRequest.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSCallVendorRequest</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>VendorName</maml:name> <maml:description> <maml:para>Name of the vendor to use</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RequestType</maml:name> <maml:description> <maml:para>The request type to call</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RequestData</maml:name> <maml:description> <maml:para>Object containing appropriate request data</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RequestData</maml:name> <maml:description> <maml:para>Object containing appropriate request data</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RequestType</maml:name> <maml:description> <maml:para>The request type to call</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VendorName</maml:name> <maml:description> <maml:para>Name of the vendor to use</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#callvendorrequest</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSCustomEvent</command:name> <command:noun>OBSCustomEvent</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSCustomEvent : BroadcastCustomEvent</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Broadcasts a `CustomEvent` to all WebSocket clients. Receivers are clients which are identified and subscribed.</maml:para> <maml:para>Send-OBSCustomEvent calls the OBS WebSocket with a request of type BroadcastCustomEvent.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSCustomEvent</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>EventData</maml:name> <maml:description> <maml:para>Data payload to emit to all receivers</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EventData</maml:name> <maml:description> <maml:para>Data payload to emit to all receivers</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#broadcastcustomevent</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSOffsetMediaInputCursor</command:name> <command:noun>OBSOffsetMediaInputCursor</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSOffsetMediaInputCursor : OffsetMediaInputCursor</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Offsets the current cursor position of a media input by the specified value.</maml:para> <maml:para>This request does not perform bounds checking of the cursor position.</maml:para> <maml:para>Send-OBSOffsetMediaInputCursor calls the OBS WebSocket with a request of type OffsetMediaInputCursor.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSOffsetMediaInputCursor</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MediaCursorOffset</maml:name> <maml:description> <maml:para>Value to offset the current cursor position by</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MediaCursorOffset</maml:name> <maml:description> <maml:para>Value to offset the current cursor position by</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#offsetmediainputcursor</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSPauseRecord</command:name> <command:noun>OBSPauseRecord</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSPauseRecord : PauseRecord</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Pauses the record output.</maml:para> <maml:para>Send-OBSPauseRecord calls the OBS WebSocket with a request of type PauseRecord.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSPauseRecord</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Send-OBSPauseRecord </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#pauserecord</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSPressInputPropertiesButton</command:name> <command:noun>OBSPressInputPropertiesButton</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSPressInputPropertiesButton : PressInputPropertiesButton</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Presses a button in the properties of an input.</maml:para> <maml:para>Some known `propertyName` values are:</maml:para> <maml:para>- `refreshnocache` - Browser source reload button</maml:para> <maml:para>Note: Use this in cases where there is a button in the properties of an input that cannot be accessed in any other way. For example, browser sources, where there is a refresh button.</maml:para> <maml:para>Send-OBSPressInputPropertiesButton calls the OBS WebSocket with a request of type PressInputPropertiesButton.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSPressInputPropertiesButton</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PropertyName</maml:name> <maml:description> <maml:para>Name of the button property to press</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PropertyName</maml:name> <maml:description> <maml:para>Name of the button property to press</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#pressinputpropertiesbutton</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSSleep</command:name> <command:noun>OBSSleep</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSSleep : Sleep</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sleeps for a time duration or number of frames. Only available in request batches with types `SERIAL_REALTIME` or `SERIAL_FRAME`.</maml:para> <maml:para>Send-OBSSleep calls the OBS WebSocket with a request of type Sleep.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSSleep</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SleepMillis</maml:name> <maml:description> <maml:para>Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SleepFrames</maml:name> <maml:description> <maml:para>Number of frames to sleep for (if `SERIAL_FRAME` mode)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SleepFrames</maml:name> <maml:description> <maml:para>Number of frames to sleep for (if `SERIAL_FRAME` mode)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SleepMillis</maml:name> <maml:description> <maml:para>Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#sleep</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSStreamCaption</command:name> <command:noun>OBSStreamCaption</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSStreamCaption : SendStreamCaption</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sends CEA-608 caption text over the stream output.</maml:para> <maml:para>Send-OBSStreamCaption calls the OBS WebSocket with a request of type SendStreamCaption.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSStreamCaption</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CaptionText</maml:name> <maml:description> <maml:para>Caption text</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CaptionText</maml:name> <maml:description> <maml:para>Caption text</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#sendstreamcaption</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSTriggerHotkeyByKeySequence</command:name> <command:noun>OBSTriggerHotkeyByKeySequence</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSTriggerHotkeyByKeySequence : TriggerHotkeyByKeySequence</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Triggers a hotkey using a sequence of keys.</maml:para> <maml:para>Note: Hotkey functionality in obs-websocket comes as-is, and we do not guarantee support if things are broken. In 9/10 usages of hotkey requests, there exists a better, more reliable method via other requests.</maml:para> <maml:para>Send-OBSTriggerHotkeyByKeySequence calls the OBS WebSocket with a request of type TriggerHotkeyByKeySequence.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSTriggerHotkeyByKeySequence</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeyId</maml:name> <maml:description> <maml:para>The OBS key ID to use. See https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifiers</maml:name> <maml:description> <maml:para>Object containing key modifiers to apply</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifiersshift</maml:name> <maml:description> <maml:para>Press Shift</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifierscontrol</maml:name> <maml:description> <maml:para>Press CTRL</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifiersalt</maml:name> <maml:description> <maml:para>Press ALT</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifierscommand</maml:name> <maml:description> <maml:para>Press CMD (Mac)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeyId</maml:name> <maml:description> <maml:para>The OBS key ID to use. See https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifiers</maml:name> <maml:description> <maml:para>Object containing key modifiers to apply</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifiersalt</maml:name> <maml:description> <maml:para>Press ALT</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifierscommand</maml:name> <maml:description> <maml:para>Press CMD (Mac)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifierscontrol</maml:name> <maml:description> <maml:para>Press CTRL</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeyModifiersshift</maml:name> <maml:description> <maml:para>Press Shift</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#triggerhotkeybykeysequence</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSTriggerHotkeyByName</command:name> <command:noun>OBSTriggerHotkeyByName</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSTriggerHotkeyByName : TriggerHotkeyByName</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Triggers a hotkey using its name. See `GetHotkeyList`.</maml:para> <maml:para>Note: Hotkey functionality in obs-websocket comes as-is, and we do not guarantee support if things are broken. In 9/10 usages of hotkey requests, there exists a better, more reliable method via other requests.</maml:para> <maml:para>Send-OBSTriggerHotkeyByName calls the OBS WebSocket with a request of type TriggerHotkeyByName.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSTriggerHotkeyByName</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>HotkeyName</maml:name> <maml:description> <maml:para>Name of the hotkey to trigger</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ContextName</maml:name> <maml:description> <maml:para>Name of context of the hotkey to trigger</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ContextName</maml:name> <maml:description> <maml:para>Name of context of the hotkey to trigger</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HotkeyName</maml:name> <maml:description> <maml:para>Name of the hotkey to trigger</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#triggerhotkeybyname</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSTriggerMediaInputAction</command:name> <command:noun>OBSTriggerMediaInputAction</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSTriggerMediaInputAction : TriggerMediaInputAction</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Triggers an action on a media input.</maml:para> <maml:para>Send-OBSTriggerMediaInputAction calls the OBS WebSocket with a request of type TriggerMediaInputAction.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSTriggerMediaInputAction</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MediaAction</maml:name> <maml:description> <maml:para>Identifier of the `ObsMediaInputAction` enum</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MediaAction</maml:name> <maml:description> <maml:para>Identifier of the `ObsMediaInputAction` enum</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#triggermediainputaction</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Send-OBSTriggerStudioModeTransition</command:name> <command:noun>OBSTriggerStudioModeTransition</command:noun> <command:verb>Send</command:verb> <maml:description> <maml:para>Send-OBSTriggerStudioModeTransition : TriggerStudioModeTransition</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Triggers the current scene transition. Same functionality as the `Transition` button in studio mode.</maml:para> <maml:para>Send-OBSTriggerStudioModeTransition calls the OBS WebSocket with a request of type TriggerStudioModeTransition.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Send-OBSTriggerStudioModeTransition</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Send-OBSTriggerStudioModeTransition </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#triggerstudiomodetransition</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBS3DFilter</command:name> <command:noun>OBS3DFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets an OBS 3D Filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a 3D Filter on an OBS Input. </maml:para> <maml:para>This requires the [3D Effect](https://github.com/exeldro/obs-3d-effect).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBS3DFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FieldOfView</maml:name> <maml:description> <maml:para>The Field of View</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RotationX</maml:name> <maml:description> <maml:para>The Rotation along the X-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RotationY</maml:name> <maml:description> <maml:para>The Rotation along the Y-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RotationZ</maml:name> <maml:description> <maml:para>The Rotation along the Z-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PositionX</maml:name> <maml:description> <maml:para>The Position along the X-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PositionY</maml:name> <maml:description> <maml:para>The Position along the Y-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PositionZ</maml:name> <maml:description> <maml:para>The Position along the Z-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ScaleX</maml:name> <maml:description> <maml:para>The scale of the source along the X-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ScaleY</maml:name> <maml:description> <maml:para>The scale of the source along the Y-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FieldOfView</maml:name> <maml:description> <maml:para>The Field of View</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PositionX</maml:name> <maml:description> <maml:para>The Position along the X-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PositionY</maml:name> <maml:description> <maml:para>The Position along the Y-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PositionZ</maml:name> <maml:description> <maml:para>The Position along the Z-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationX</maml:name> <maml:description> <maml:para>The Rotation along the X-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationY</maml:name> <maml:description> <maml:para>The Rotation along the Y-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RotationZ</maml:name> <maml:description> <maml:para>The Rotation along the Z-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ScaleX</maml:name> <maml:description> <maml:para>The scale of the source along the X-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ScaleY</maml:name> <maml:description> <maml:para>The scale of the source along the Y-axis</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSAudioOutputSource</command:name> <command:noun>OBSAudioOutputSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds or sets an audio output source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or sets an audio output source in OBS. This captures the audio that is being sent to an output device.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSAudioOutputSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>AudioDevice</maml:name> <maml:description> <maml:para>The name of the audio device. This name or device ID of the audio device that should be captured.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "AudioOutput$($AudioDevice)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AudioDevice</maml:name> <maml:description> <maml:para>The name of the audio device. This name or device ID of the audio device that should be captured.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "AudioOutput$($AudioDevice)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:alertSet> <maml:title> </maml:title> <maml:alert> <maml:para> This command currently only supports capturing default audio on Windows. To add support for other operating systems, file an issue or open a pull request. </maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Add-OBSAudioOutputSource </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 2 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Set-OBSAudioOutputSource -AudioDevice Speakers </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSBrowserSource</command:name> <command:noun>OBSBrowserSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a browser source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or changes a browser source in OBS.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSBrowserSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Uri</maml:name> <maml:description> <maml:para>The uri or file path to display. If the uri points to a local file, this will be preferred</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CSS</maml:name> <maml:description> <maml:para>The css style used to render the browser page.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShutdownWhenHidden</maml:name> <maml:description> <maml:para>If set, the browser source will shutdown when it is hidden</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RestartWhenActived</maml:name> <maml:description> <maml:para>If set, the browser source will restart when it is activated.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RerouteAudio</maml:name> <maml:description> <maml:para>If set, audio from the browser source will be rerouted into OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FramesPerSecond</maml:name> <maml:description> <maml:para>If provided, the browser source will render at a custom frame rate.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CSS</maml:name> <maml:description> <maml:para>The css style used to render the browser page.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FramesPerSecond</maml:name> <maml:description> <maml:para>If provided, the browser source will render at a custom frame rate.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RerouteAudio</maml:name> <maml:description> <maml:para>If set, audio from the browser source will be rerouted into OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RestartWhenActived</maml:name> <maml:description> <maml:para>If set, the browser source will restart when it is activated.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShutdownWhenHidden</maml:name> <maml:description> <maml:para>If set, the browser source will shutdown when it is hidden</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Uri</maml:name> <maml:description> <maml:para>The uri or file path to display. If the uri points to a local file, this will be preferred</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Set-OBSBrowserSource -Uri https://pssvg.start-automating.com/Examples/Stars.svg </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSColorFilter</command:name> <command:noun>OBSColorFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a color filter</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a Color Correction Filter on an OBS Input. </maml:para> <maml:para>This allows you to: </maml:para> <maml:para>* Change Opacity on any source </maml:para> <maml:para>* Correct gamma </maml:para> <maml:para>* Spin the hue </maml:para> <maml:para>* Saturate or Desaturate an image </maml:para> <maml:para>* Change the contrast </maml:para> <maml:para>* Brighten the image </maml:para> <maml:para>* Multiply pixels by a color </maml:para> <maml:para>* Add a color to all pixels</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSColorFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para>The opacity, as a number between 0 and 1.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Brightness</maml:name> <maml:description> <maml:para>The brightness, as a number between -1 and 1.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Contrast</maml:name> <maml:description> <maml:para>The constrast, as a number between -4 and 4.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Gamma</maml:name> <maml:description> <maml:para>The gamma correction, as a number between -3 and 3.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Saturation</maml:name> <maml:description> <maml:para>The saturation, as a number between -1 and 5.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Hue</maml:name> <maml:description> <maml:para>The change in hue, as represented in degrees around a color cicrle</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MultiplyColor</maml:name> <maml:description> <maml:para>Multiply this color by all pixels within the source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>AddColor</maml:name> <maml:description> <maml:para>Add all this color to all pixels within the source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AddColor</maml:name> <maml:description> <maml:para>Add all this color to all pixels within the source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Brightness</maml:name> <maml:description> <maml:para>The brightness, as a number between -1 and 1.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Contrast</maml:name> <maml:description> <maml:para>The constrast, as a number between -4 and 4.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gamma</maml:name> <maml:description> <maml:para>The gamma correction, as a number between -3 and 3.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Hue</maml:name> <maml:description> <maml:para>The change in hue, as represented in degrees around a color cicrle</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MultiplyColor</maml:name> <maml:description> <maml:para>Multiply this color by all pixels within the source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para>The opacity, as a number between 0 and 1.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Saturation</maml:name> <maml:description> <maml:para>The saturation, as a number between -1 and 5.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri .\Assets\obs-powershell-animated-icon.svg | Set-OBSColorFilter -Opacity .5 </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSColorSource</command:name> <command:noun>OBSColorSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds a color source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds a color source to OBS. This displays a single 32-bit color (RGBA).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSColorSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "Display $($Monitor + 1)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "Display $($Monitor + 1)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-OBSInput</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-OBSInputSettings</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentPreviewScene</command:name> <command:noun>OBSCurrentPreviewScene</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentPreviewScene : SetCurrentPreviewScene</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the current preview scene.</maml:para> <maml:para>Only available when studio mode is enabled.</maml:para> <maml:para>Set-OBSCurrentPreviewScene calls the OBS WebSocket with a request of type SetCurrentPreviewScene.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentPreviewScene</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Scene name to set as the current preview scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>Scene UUID to set as the current preview scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Scene name to set as the current preview scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>Scene UUID to set as the current preview scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentpreviewscene</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentProfile</command:name> <command:noun>OBSCurrentProfile</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentProfile : SetCurrentProfile</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Switches to a profile.</maml:para> <maml:para>Set-OBSCurrentProfile calls the OBS WebSocket with a request of type SetCurrentProfile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentProfile</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Name of the profile to switch to</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ProfileName</maml:name> <maml:description> <maml:para>Name of the profile to switch to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentprofile</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentProgramScene</command:name> <command:noun>OBSCurrentProgramScene</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentProgramScene : SetCurrentProgramScene</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the current program scene.</maml:para> <maml:para>Set-OBSCurrentProgramScene calls the OBS WebSocket with a request of type SetCurrentProgramScene.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentProgramScene</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Scene name to set as the current program scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>Scene UUID to set as the current program scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Scene name to set as the current program scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>Scene UUID to set as the current program scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentprogramscene</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentSceneCollection</command:name> <command:noun>OBSCurrentSceneCollection</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentSceneCollection : SetCurrentSceneCollection</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Switches to a scene collection.</maml:para> <maml:para>Note: This will block until the collection has finished changing.</maml:para> <maml:para>Set-OBSCurrentSceneCollection calls the OBS WebSocket with a request of type SetCurrentSceneCollection.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentSceneCollection</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneCollectionName</maml:name> <maml:description> <maml:para>Name of the scene collection to switch to</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneCollectionName</maml:name> <maml:description> <maml:para>Name of the scene collection to switch to</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentscenecollection</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentSceneTransition</command:name> <command:noun>OBSCurrentSceneTransition</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentSceneTransition : SetCurrentSceneTransition</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the current scene transition.</maml:para> <maml:para>Small note: While the namespace of scene transitions is generally unique, that uniqueness is not a guarantee as it is with other resources like inputs.</maml:para> <maml:para>Set-OBSCurrentSceneTransition calls the OBS WebSocket with a request of type SetCurrentSceneTransition.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentSceneTransition</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionName</maml:name> <maml:description> <maml:para>Name of the transition to make active</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionName</maml:name> <maml:description> <maml:para>Name of the transition to make active</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentscenetransition</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentSceneTransitionDuration</command:name> <command:noun>OBSCurrentSceneTransitionDuration</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentSceneTransitionDuration : SetCurrentSceneTransitionDuration</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the duration of the current scene transition, if it is not fixed.</maml:para> <maml:para>Set-OBSCurrentSceneTransitionDuration calls the OBS WebSocket with a request of type SetCurrentSceneTransitionDuration.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentSceneTransitionDuration</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionDuration</maml:name> <maml:description> <maml:para>Duration in milliseconds</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionDuration</maml:name> <maml:description> <maml:para>Duration in milliseconds</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentscenetransitionduration</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSCurrentSceneTransitionSettings</command:name> <command:noun>OBSCurrentSceneTransitionSettings</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSCurrentSceneTransitionSettings : SetCurrentSceneTransitionSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the settings of the current scene transition.</maml:para> <maml:para>Set-OBSCurrentSceneTransitionSettings calls the OBS WebSocket with a request of type SetCurrentSceneTransitionSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSCurrentSceneTransitionSettings</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionSettings</maml:name> <maml:description> <maml:para>Settings object to apply to the transition. Can be `{}`</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Overlay</maml:name> <maml:description> <maml:para>Whether to overlay over the current settings or replace them</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Overlay</maml:name> <maml:description> <maml:para>Whether to overlay over the current settings or replace them</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionSettings</maml:name> <maml:description> <maml:para>Settings object to apply to the transition. Can be `{}`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setcurrentscenetransitionsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSDisplaySource</command:name> <command:noun>OBSDisplaySource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds a display source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds a display source to OBS. This captures the contents of the display.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSDisplaySource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Monitor</maml:name> <maml:description> <maml:para>The monitor number. This the number of the monitor you would like to capture.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CaptureCursor</maml:name> <maml:description> <maml:para>If set, will capture the cursor. This will be set by default. If explicitly set to false, the cursor will not be captured.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "Display $($Monitor + 1)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CaptureCursor</maml:name> <maml:description> <maml:para>If set, will capture the cursor. This will be set by default. If explicitly set to false, the cursor will not be captured.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Monitor</maml:name> <maml:description> <maml:para>The monitor number. This the number of the monitor you would like to capture.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "Display $($Monitor + 1)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Add-OBSDisplaySource # Adds a display source of the primary monitor </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 2 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Add-OBSDisplaySource -Display 2 # Adds a display source of the second monitor </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSEqualizerFilter</command:name> <command:noun>OBSEqualizerFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a Equalizer filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a 3-band Equalizer Filter on an OBS Input.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSEqualizerFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Low</maml:name> <maml:description> <maml:para>The change in low frequencies.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Mid</maml:name> <maml:description> <maml:para>The change in mid frequencies.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>High</maml:name> <maml:description> <maml:para>The change in high frequencies.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>High</maml:name> <maml:description> <maml:para>The change in high frequencies.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Low</maml:name> <maml:description> <maml:para>The change in low frequencies.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Mid</maml:name> <maml:description> <maml:para>The change in mid frequencies.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSGainFilter</command:name> <command:noun>OBSGainFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a Gain filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a Gain Filter on an OBS Input. </maml:para> <maml:para>This allows you to make the audio louder or softer.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSGainFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Gain</maml:name> <maml:description> <maml:para>The Audio Gain, in decibels.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Gain</maml:name> <maml:description> <maml:para>The Audio Gain, in decibels.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSGainFilter -Gain 1.1 # Gains Audio by 1.1 decibels </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputAudioBalance</command:name> <command:noun>OBSInputAudioBalance</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputAudioBalance : SetInputAudioBalance</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the audio balance of an input.</maml:para> <maml:para>Set-OBSInputAudioBalance calls the OBS WebSocket with a request of type SetInputAudioBalance.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputAudioBalance</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputAudioBalance</maml:name> <maml:description> <maml:para>New audio balance value</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputAudioBalance</maml:name> <maml:description> <maml:para>New audio balance value</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the audio balance of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputaudiobalance</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputAudioMonitorType</command:name> <command:noun>OBSInputAudioMonitorType</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputAudioMonitorType : SetInputAudioMonitorType</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the audio monitor type of an input.</maml:para> <maml:para>Set-OBSInputAudioMonitorType calls the OBS WebSocket with a request of type SetInputAudioMonitorType.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputAudioMonitorType</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MonitorType</maml:name> <maml:description> <maml:para>Audio monitor type</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the audio monitor type of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MonitorType</maml:name> <maml:description> <maml:para>Audio monitor type</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputaudiomonitortype</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputAudioSyncOffset</command:name> <command:noun>OBSInputAudioSyncOffset</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputAudioSyncOffset : SetInputAudioSyncOffset</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the audio sync offset of an input.</maml:para> <maml:para>Set-OBSInputAudioSyncOffset calls the OBS WebSocket with a request of type SetInputAudioSyncOffset.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputAudioSyncOffset</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputAudioSyncOffset</maml:name> <maml:description> <maml:para>New audio sync offset in milliseconds</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputAudioSyncOffset</maml:name> <maml:description> <maml:para>New audio sync offset in milliseconds</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the audio sync offset of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputaudiosyncoffset</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputAudioTracks</command:name> <command:noun>OBSInputAudioTracks</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputAudioTracks : SetInputAudioTracks</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the enable state of audio tracks of an input.</maml:para> <maml:para>Set-OBSInputAudioTracks calls the OBS WebSocket with a request of type SetInputAudioTracks.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputAudioTracks</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputAudioTracks</maml:name> <maml:description> <maml:para>Track settings to apply</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputAudioTracks</maml:name> <maml:description> <maml:para>Track settings to apply</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputaudiotracks</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputMute</command:name> <command:noun>OBSInputMute</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputMute : SetInputMute</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the audio mute state of an input.</maml:para> <maml:para>Set-OBSInputMute calls the OBS WebSocket with a request of type SetInputMute.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputMute</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputMuted</maml:name> <maml:description> <maml:para>Whether to mute the input or not</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputMuted</maml:name> <maml:description> <maml:para>Whether to mute the input or not</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputmute</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputName</command:name> <command:noun>OBSInputName</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputName : SetInputName</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the name of an input (rename).</maml:para> <maml:para>Set-OBSInputName calls the OBS WebSocket with a request of type SetInputName.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputName</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Current input name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>Current input UUID</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NewInputName</maml:name> <maml:description> <maml:para>New name for the input</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Current input name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>Current input UUID</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NewInputName</maml:name> <maml:description> <maml:para>New name for the input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputname</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputSettings</command:name> <command:noun>OBSInputSettings</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputSettings : SetInputSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the settings of an input.</maml:para> <maml:para>Set-OBSInputSettings calls the OBS WebSocket with a request of type SetInputSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputSettings</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputSettings</maml:name> <maml:description> <maml:para>Object of settings to apply</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Overlay</maml:name> <maml:description> <maml:para>True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputSettings</maml:name> <maml:description> <maml:para>Object of settings to apply</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Overlay</maml:name> <maml:description> <maml:para>True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSInputVolume</command:name> <command:noun>OBSInputVolume</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSInputVolume : SetInputVolume</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the volume setting of an input.</maml:para> <maml:para>Set-OBSInputVolume calls the OBS WebSocket with a request of type SetInputVolume.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSInputVolume</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputVolumeMul</maml:name> <maml:description> <maml:para>Volume setting in mul</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputVolumeDb</maml:name> <maml:description> <maml:para>Volume setting in dB</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to set the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to set the volume of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputVolumeDb</maml:name> <maml:description> <maml:para>Volume setting in dB</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputVolumeMul</maml:name> <maml:description> <maml:para>Volume setting in mul</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputvolume</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSMarkdownSource</command:name> <command:noun>OBSMarkdownSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a markdown source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or changes a markdown source in OBS.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSMarkdownSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Markdown</maml:name> <maml:description> <maml:para>The markdown text, or the path to a markdown file</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CSS</maml:name> <maml:description> <maml:para>The css style used to render the markdown.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CSS</maml:name> <maml:description> <maml:para>The css style used to render the markdown.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Markdown</maml:name> <maml:description> <maml:para>The markdown text, or the path to a markdown file</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSMediaInputCursor</command:name> <command:noun>OBSMediaInputCursor</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSMediaInputCursor : SetMediaInputCursor</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the cursor position of a media input.</maml:para> <maml:para>This request does not perform bounds checking of the cursor position.</maml:para> <maml:para>Set-OBSMediaInputCursor calls the OBS WebSocket with a request of type SetMediaInputCursor.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSMediaInputCursor</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MediaCursor</maml:name> <maml:description> <maml:para>New cursor position to set</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the media input</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MediaCursor</maml:name> <maml:description> <maml:para>New cursor position to set</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setmediainputcursor</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSMediaSource</command:name> <command:noun>OBSMediaSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds a media source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds a media source to OBS.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSMediaSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilePath</maml:name> <maml:description> <maml:para>The path to the media file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CloseWhenInactive</maml:name> <maml:description> <maml:para>If set, the source will close when it is inactive. By default, this will be set to true. To explicitly set it to false, use -CloseWhenInactive:$false</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, the source will automatically restart.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>UseHardwareDecoding</maml:name> <maml:description> <maml:para>If set, will use hardware decoding, if available.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ClearOnMediaEnd</maml:name> <maml:description> <maml:para>If set, will clear the output on the end of the media. If this is set to false, the media will freeze on the last frame. This is set to true by default. To explicitly set to false, use -ClearMediaEnd:$false</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FFMpegOption</maml:name> <maml:description> <maml:para>Any FFMpeg demuxer options.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will fit the input to the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ClearOnMediaEnd</maml:name> <maml:description> <maml:para>If set, will clear the output on the end of the media. If this is set to false, the media will freeze on the last frame. This is set to true by default. To explicitly set to false, use -ClearMediaEnd:$false</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CloseWhenInactive</maml:name> <maml:description> <maml:para>If set, the source will close when it is inactive. By default, this will be set to true. To explicitly set it to false, use -CloseWhenInactive:$false</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FFMpegOption</maml:name> <maml:description> <maml:para>Any FFMpeg demuxer options.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilePath</maml:name> <maml:description> <maml:para>The path to the media file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will fit the input to the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, the source will automatically restart.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>UseHardwareDecoding</maml:name> <maml:description> <maml:para>If set, will use hardware decoding, if available.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Set-OBSMediaSource -FilePath My.mp4 </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-OBSInput</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-OBSInputSettings</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSOutputSettings</command:name> <command:noun>OBSOutputSettings</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSOutputSettings : SetOutputSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the settings of an output.</maml:para> <maml:para>Set-OBSOutputSettings calls the OBS WebSocket with a request of type SetOutputSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSOutputSettings</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputSettings</maml:name> <maml:description> <maml:para>Output settings</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputSettings</maml:name> <maml:description> <maml:para>Output settings</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setoutputsettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSPersistentData</command:name> <command:noun>OBSPersistentData</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSPersistentData : SetPersistentData</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the value of a "slot" from the selected persistent data realm.</maml:para> <maml:para>Set-OBSPersistentData calls the OBS WebSocket with a request of type SetPersistentData.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSPersistentData</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Realm</maml:name> <maml:description> <maml:para>The data realm to select. `OBS_WEBSOCKET_DATA_REALM_GLOBAL` or `OBS_WEBSOCKET_DATA_REALM_PROFILE`</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SlotName</maml:name> <maml:description> <maml:para>The name of the slot to retrieve data from</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SlotValue</maml:name> <maml:description> <maml:para>The value to apply to the slot</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Realm</maml:name> <maml:description> <maml:para>The data realm to select. `OBS_WEBSOCKET_DATA_REALM_GLOBAL` or `OBS_WEBSOCKET_DATA_REALM_PROFILE`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SlotName</maml:name> <maml:description> <maml:para>The name of the slot to retrieve data from</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SlotValue</maml:name> <maml:description> <maml:para>The value to apply to the slot</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setpersistentdata</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSProfileParameter</command:name> <command:noun>OBSProfileParameter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSProfileParameter : SetProfileParameter</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the value of a parameter in the current profile's configuration.</maml:para> <maml:para>Set-OBSProfileParameter calls the OBS WebSocket with a request of type SetProfileParameter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSProfileParameter</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterCategory</maml:name> <maml:description> <maml:para>Category of the parameter to set</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterName</maml:name> <maml:description> <maml:para>Name of the parameter to set</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterValue</maml:name> <maml:description> <maml:para>Value of the parameter to set. Use `null` to delete</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterCategory</maml:name> <maml:description> <maml:para>Category of the parameter to set</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterName</maml:name> <maml:description> <maml:para>Name of the parameter to set</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ParameterValue</maml:name> <maml:description> <maml:para>Value of the parameter to set. Use `null` to delete</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setprofileparameter</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSRecordDirectory</command:name> <command:noun>OBSRecordDirectory</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSRecordDirectory : SetRecordDirectory</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the current directory that the record output writes files to.</maml:para> <maml:para>Set-OBSRecordDirectory calls the OBS WebSocket with a request of type SetRecordDirectory.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSRecordDirectory</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RecordDirectory</maml:name> <maml:description> <maml:para>Output directory</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RecordDirectory</maml:name> <maml:description> <maml:para>Output directory</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setrecorddirectory</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSRenderDelayFilter</command:name> <command:noun>OBSRenderDelayFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a RenderDelay filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a RenderDelay Filter on an OBS Input. </maml:para> <maml:para>This changes the RenderDelay of an image.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSRenderDelayFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RenderDelay</maml:name> <maml:description> <maml:para>The RenderDelay.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RenderDelay</maml:name> <maml:description> <maml:para>The RenderDelay.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSRenderDelayFilter -RenderDelay .75 </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSScaleFilter</command:name> <command:noun>OBSScaleFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a Scale filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a Scale Filter on an OBS Input. </maml:para> <maml:para>This allows you to resize the image source.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSScaleFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Resolution</maml:name> <maml:description> <maml:para>The Resolution. Can either width x height (e.g. 1920x1080) or an aspect ratio (16:9).</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Sampling</maml:name> <maml:description> <maml:para>The sampling method. It will default to "lanczos".</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>KeepAspectRatio</maml:name> <maml:description> <maml:para>If set, will keep the aspect ratio when scaling. This is only valid if the sampling method is set to "lanczos".</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>KeepAspectRatio</maml:name> <maml:description> <maml:para>If set, will keep the aspect ratio when scaling. This is only valid if the sampling method is set to "lanczos".</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Resolution</maml:name> <maml:description> <maml:para>The Resolution. Can either width x height (e.g. 1920x1080) or an aspect ratio (16:9).</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Sampling</maml:name> <maml:description> <maml:para>The sampling method. It will default to "lanczos".</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSScaleFilter -Resolution "16:9" </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneItemBlendMode</command:name> <command:noun>OBSSceneItemBlendMode</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneItemBlendMode : SetSceneItemBlendMode</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the blend mode of a scene item.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Set-OBSSceneItemBlendMode calls the OBS WebSocket with a request of type SetSceneItemBlendMode.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneItemBlendMode</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemBlendMode</maml:name> <maml:description> <maml:para>New blend mode</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemBlendMode</maml:name> <maml:description> <maml:para>New blend mode</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsceneitemblendmode</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneItemEnabled</command:name> <command:noun>OBSSceneItemEnabled</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneItemEnabled : SetSceneItemEnabled</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the enable state of a scene item.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Set-OBSSceneItemEnabled calls the OBS WebSocket with a request of type SetSceneItemEnabled.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneItemEnabled</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemEnabled</maml:name> <maml:description> <maml:para>New enable state of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemEnabled</maml:name> <maml:description> <maml:para>New enable state of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsceneitemenabled</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneItemIndex</command:name> <command:noun>OBSSceneItemIndex</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneItemIndex : SetSceneItemIndex</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the index position of a scene item in a scene.</maml:para> <maml:para>Scenes and Groups</maml:para> <maml:para>Set-OBSSceneItemIndex calls the OBS WebSocket with a request of type SetSceneItemIndex.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneItemIndex</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemIndex</maml:name> <maml:description> <maml:para>New index position of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemIndex</maml:name> <maml:description> <maml:para>New index position of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsceneitemindex</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneItemLocked</command:name> <command:noun>OBSSceneItemLocked</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneItemLocked : SetSceneItemLocked</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the lock state of a scene item.</maml:para> <maml:para>Scenes and Group</maml:para> <maml:para>Set-OBSSceneItemLocked calls the OBS WebSocket with a request of type SetSceneItemLocked.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneItemLocked</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemLocked</maml:name> <maml:description> <maml:para>New lock state of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemLocked</maml:name> <maml:description> <maml:para>New lock state of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsceneitemlocked</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneItemTransform</command:name> <command:noun>OBSSceneItemTransform</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneItemTransform : SetSceneItemTransform</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the transform and crop info of a scene item.</maml:para> <maml:para>Set-OBSSceneItemTransform calls the OBS WebSocket with a request of type SetSceneItemTransform.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneItemTransform</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemTransform</maml:name> <maml:description> <maml:para>Object containing scene item transform info to update</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemId</maml:name> <maml:description> <maml:para>Numeric ID of the scene item</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemTransform</maml:name> <maml:description> <maml:para>Object containing scene item transform info to update</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene the item is in</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsceneitemtransform</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneName</command:name> <command:noun>OBSSceneName</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneName : SetSceneName</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the name of a scene (rename).</maml:para> <maml:para>Set-OBSSceneName calls the OBS WebSocket with a request of type SetSceneName.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneName</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to be renamed</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to be renamed</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NewSceneName</maml:name> <maml:description> <maml:para>New name for the scene</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NewSceneName</maml:name> <maml:description> <maml:para>New name for the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene to be renamed</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene to be renamed</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setscenename</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSceneSceneTransitionOverride</command:name> <command:noun>OBSSceneSceneTransitionOverride</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSceneSceneTransitionOverride : SetSceneSceneTransitionOverride</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the scene transition overridden for a scene.</maml:para> <maml:para>Set-OBSSceneSceneTransitionOverride calls the OBS WebSocket with a request of type SetSceneSceneTransitionOverride.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSceneSceneTransitionOverride</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionName</maml:name> <maml:description> <maml:para>Name of the scene transition to use as override. Specify `null` to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionDuration</maml:name> <maml:description> <maml:para>Duration to use for any overridden transition. Specify `null` to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>Name of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneUuid</maml:name> <maml:description> <maml:para>UUID of the scene</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionDuration</maml:name> <maml:description> <maml:para>Duration to use for any overridden transition. Specify `null` to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionName</maml:name> <maml:description> <maml:para>Name of the scene transition to use as override. Specify `null` to remove</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setscenescenetransitionoverride</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSScrollFilter</command:name> <command:noun>OBSScrollFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a scroll filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a Scroll Filter on an OBS Input. </maml:para> <maml:para>This allows you to scroll horizontally or vertically.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSScrollFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalSpeed</maml:name> <maml:description> <maml:para>The horizontal scroll speed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalSpeed</maml:name> <maml:description> <maml:para>The vertical scroll speed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoLoop</maml:name> <maml:description> <maml:para>If set, will not loop</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>LimitWidth</maml:name> <maml:description> <maml:para>If provided, will limit the width.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>LimitHeight</maml:name> <maml:description> <maml:para>If provided, will limit the height.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HorizontalSpeed</maml:name> <maml:description> <maml:para>The horizontal scroll speed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LimitHeight</maml:name> <maml:description> <maml:para>If provided, will limit the height.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LimitWidth</maml:name> <maml:description> <maml:para>If provided, will limit the width.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoLoop</maml:name> <maml:description> <maml:para>If set, will not loop</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>VerticalSpeed</maml:name> <maml:description> <maml:para>The vertical scroll speed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSScrollFilter -HorizontalSpeed 100 -VerticalSpeed 100 </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSShaderFilter</command:name> <command:noun>OBSShaderFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a Shader filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a Shader Filter on an OBS Input. </maml:para> <maml:para>This requires that the [OBS Shader Filter](https://github.com/exeldro/obs-shaderfilter) is installed.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSShaderFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para>The text of the shader</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderFile</maml:name> <maml:description> <maml:para>The file path to the shader, or the short file name of the shader.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderSetting</maml:name> <maml:description> <maml:para>Any other settings for the shader. To see what the name of a shader setting is, change it in the user interface and then get the input's filters.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderFile</maml:name> <maml:description> <maml:para>The file path to the shader, or the short file name of the shader.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderSetting</maml:name> <maml:description> <maml:para>Any other settings for the shader. To see what the name of a shader setting is, change it in the user interface and then get the input's filters.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShaderText</maml:name> <maml:description> <maml:para>The text of the shader</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSShaderFilter -FilterName "FisheyeShader" -ShaderFile fisheye-xy -ShaderSetting @{ center_x_percent=30 center_y_percent=70 } </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 2 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSShaderFilter -FilterName "SeasickShader" -ShaderFile seasick -ShaderSetting @{ amplitude = 0.05 speed = 0.5 frequency = 12 opacity = 1 } </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 3 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSShaderFilter -FilterName "TwistShader" -ShaderFile twist -ShaderSetting @{ center_x_percent=50 center_y_percent=50 power = 0.05 rotation = 80 } </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSharpnessFilter</command:name> <command:noun>OBSSharpnessFilter</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a Sharpness filter.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or Changes a Sharpness Filter on an OBS Input. </maml:para> <maml:para>This changes the sharpness of an image.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSharpnessFilter</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Sharpness</maml:name> <maml:description> <maml:para>The Sharpness.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will remove a filter if one already exists. If this is not provided and the filter already exists, the settings of the filter will be changed.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Sharpness</maml:name> <maml:description> <maml:para>The Sharpness.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | Set-OBSSharpnessFilter -Sharpness .75 </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSoundCloudSource</command:name> <command:noun>OBSSoundCloudSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Sets a Sound Cloud Source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or changes a Sound Cloud source OBS. </maml:para> <maml:para>Sound Cloud Sources are Browser Sources that display a [SoundCloud Player Widget](https://developers.soundcloud.com/docs/api/html5-widget).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSoundCloudSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Uri</maml:name> <maml:description> <maml:para>The uri to display. This must point to a SoundCloud URL.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoAutoPlay</maml:name> <maml:description> <maml:para>If set, will not autoplay.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoArtwork</maml:name> <maml:description> <maml:para>If set, will not display album artwork.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoPlayCount</maml:name> <maml:description> <maml:para>If set, will not display play count.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoUploaderInfo</maml:name> <maml:description> <maml:para>If set, will not display uploader info.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TrackNumber</maml:name> <maml:description> <maml:para>If provided, will start playing at a given track number.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShowShare</maml:name> <maml:description> <maml:para>If set, will show a share link.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShowDownload</maml:name> <maml:description> <maml:para>If set, will show a download link.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShowBuy</maml:name> <maml:description> <maml:para>If set, will show a buy link.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para>The color used for the SoundCloud audio bars and buttons.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CSS</maml:name> <maml:description> <maml:para>The css style used to render the browser page.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShutdownWhenHidden</maml:name> <maml:description> <maml:para>If set, the browser source will shutdown when it is hidden</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RestartWhenActived</maml:name> <maml:description> <maml:para>If set, the browser source will restart when it is activated.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RerouteAudio</maml:name> <maml:description> <maml:para>If set, audio from the browser source will be rerouted into OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FramesPerSecond</maml:name> <maml:description> <maml:para>If provided, the browser source will render at a custom frame rate.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, then "SoundCloud" will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para>The color used for the SoundCloud audio bars and buttons.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CSS</maml:name> <maml:description> <maml:para>The css style used to render the browser page.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FramesPerSecond</maml:name> <maml:description> <maml:para>If provided, the browser source will render at a custom frame rate.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, then "SoundCloud" will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoArtwork</maml:name> <maml:description> <maml:para>If set, will not display album artwork.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoAutoPlay</maml:name> <maml:description> <maml:para>If set, will not autoplay.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoPlayCount</maml:name> <maml:description> <maml:para>If set, will not display play count.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoUploaderInfo</maml:name> <maml:description> <maml:para>If set, will not display uploader info.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RerouteAudio</maml:name> <maml:description> <maml:para>If set, audio from the browser source will be rerouted into OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RestartWhenActived</maml:name> <maml:description> <maml:para>If set, the browser source will restart when it is activated.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowBuy</maml:name> <maml:description> <maml:para>If set, will show a buy link.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowDownload</maml:name> <maml:description> <maml:para>If set, will show a download link.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowShare</maml:name> <maml:description> <maml:para>If set, will show a share link.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShutdownWhenHidden</maml:name> <maml:description> <maml:para>If set, the browser source will shutdown when it is hidden</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TrackNumber</maml:name> <maml:description> <maml:para>If provided, will start playing at a given track number.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Uri</maml:name> <maml:description> <maml:para>The uri to display. This must point to a SoundCloud URL.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Set-obssoundCloudSource -Uri https://soundcloud.com/outertone/sets/new-earth </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSourceFilterEnabled</command:name> <command:noun>OBSSourceFilterEnabled</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSourceFilterEnabled : SetSourceFilterEnabled</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the enable state of a source filter.</maml:para> <maml:para>Set-OBSSourceFilterEnabled calls the OBS WebSocket with a request of type SetSourceFilterEnabled.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSourceFilterEnabled</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterEnabled</maml:name> <maml:description> <maml:para>New enable state of the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterEnabled</maml:name> <maml:description> <maml:para>New enable state of the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsourcefilterenabled</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSourceFilterIndex</command:name> <command:noun>OBSSourceFilterIndex</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSourceFilterIndex : SetSourceFilterIndex</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the index position of a filter on a source.</maml:para> <maml:para>Set-OBSSourceFilterIndex calls the OBS WebSocket with a request of type SetSourceFilterIndex.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSourceFilterIndex</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterIndex</maml:name> <maml:description> <maml:para>New index position of the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterIndex</maml:name> <maml:description> <maml:para>New index position of the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsourcefilterindex</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSourceFilterName</command:name> <command:noun>OBSSourceFilterName</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSourceFilterName : SetSourceFilterName</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the name of a source filter (rename).</maml:para> <maml:para>Set-OBSSourceFilterName calls the OBS WebSocket with a request of type SetSourceFilterName.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSourceFilterName</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Current name of the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NewFilterName</maml:name> <maml:description> <maml:para>New name for the filter</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Current name of the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NewFilterName</maml:name> <maml:description> <maml:para>New name for the filter</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsourcefiltername</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSourceFilterSettings</command:name> <command:noun>OBSSourceFilterSettings</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSSourceFilterSettings : SetSourceFilterSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the settings of a source filter.</maml:para> <maml:para>Set-OBSSourceFilterSettings calls the OBS WebSocket with a request of type SetSourceFilterSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSourceFilterSettings</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter to set the settings of</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterSettings</maml:name> <maml:description> <maml:para>Object of settings to apply</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Overlay</maml:name> <maml:description> <maml:para>True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>Name of the filter to set the settings of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterSettings</maml:name> <maml:description> <maml:para>Object of settings to apply</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Overlay</maml:name> <maml:description> <maml:para>True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>Name of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceUuid</maml:name> <maml:description> <maml:para>UUID of the source the filter is on</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setsourcefiltersettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSStreamServiceSettings</command:name> <command:noun>OBSStreamServiceSettings</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSStreamServiceSettings : SetStreamServiceSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the current stream service settings (stream destination).</maml:para> <maml:para>Note: Simple RTMP settings can be set with type `rtmp_custom` and the settings fields `server` and `key`.</maml:para> <maml:para>Set-OBSStreamServiceSettings calls the OBS WebSocket with a request of type SetStreamServiceSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSStreamServiceSettings</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>StreamServiceType</maml:name> <maml:description> <maml:para>Type of stream service to apply. Example: `rtmp_common` or `rtmp_custom`</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="true" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>StreamServiceSettings</maml:name> <maml:description> <maml:para>Settings to apply to the service</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StreamServiceSettings</maml:name> <maml:description> <maml:para>Settings to apply to the service</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StreamServiceType</maml:name> <maml:description> <maml:para>Type of stream service to apply. Example: `rtmp_common` or `rtmp_custom`</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setstreamservicesettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSStudioModeEnabled</command:name> <command:noun>OBSStudioModeEnabled</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSStudioModeEnabled : SetStudioModeEnabled</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Enables or disables studio mode</maml:para> <maml:para>Set-OBSStudioModeEnabled calls the OBS WebSocket with a request of type SetStudioModeEnabled.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSStudioModeEnabled</maml:name> <command:parameter required="true" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>StudioModeEnabled</maml:name> <maml:description> <maml:para>True == Enabled, False == Disabled</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StudioModeEnabled</maml:name> <maml:description> <maml:para>True == Enabled, False == Disabled</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setstudiomodeenabled</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSSwitchSource</command:name> <command:noun>OBSSwitchSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds a VLC playlist source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or sets VLC playlist sources to OBS. </maml:para> <maml:para>VLC must be installed for this to work.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSSwitchSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceList</maml:name> <maml:description> <maml:para>The path to the media file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.String[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Select</maml:name> <maml:description> <maml:para>What to select in the playlist. If a number is provided, this will select an index. If a string is provided, this will select the whole name or last part of a name, accepting wildcards.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, the list of sources will loop.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TimeSwitch</maml:name> <maml:description> <maml:para>If set, will switch between sources. Sources will be displayed for a -Duration. No source wil be displayed for an -Interval.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Interval</maml:name> <maml:description> <maml:para>The interval between sources</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Duration</maml:name> <maml:description> <maml:para>The duration between sources that are switching at a time.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TimeSwitchTo</maml:name> <maml:description> <maml:para>The item that will be switched in a TimeSwitch, after -Duration and -Interval.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MediaStateSwitch</maml:name> <maml:description> <maml:para>If set, will switch on the underlying source's media state events. Sources will be displayed for a -Duration. No source wil be displayed for an -Interval.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MediaStateChange</maml:name> <maml:description> <maml:para>The change in media state that should trigger a switch</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>MediaSwitchTo</maml:name> <maml:description> <maml:para>When the source switcher is trigger by media end, this determines the next source that will be switched to.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionName</maml:name> <maml:description> <maml:para>The name of the transition between sources.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionProperty</maml:name> <maml:description> <maml:para>The properties sent to the transition. Notice: this current requires confirmation in the UI.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShowTransition</maml:name> <maml:description> <maml:para>The name of the transition used to show a source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ShowTransitionProperty</maml:name> <maml:description> <maml:para>The properties sent to the show transition. Notice: this current requires confirmation in the UI.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>HideTransition</maml:name> <maml:description> <maml:para>The transition used to hide a source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>HideTransitionProperty</maml:name> <maml:description> <maml:para>The properties sent to the hide transition. Notice: this current requires confirmation in the UI.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will fit the input to the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Duration</maml:name> <maml:description> <maml:para>The duration between sources that are switching at a time.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will fit the input to the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HideTransition</maml:name> <maml:description> <maml:para>The transition used to hide a source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HideTransitionProperty</maml:name> <maml:description> <maml:para>The properties sent to the hide transition. Notice: this current requires confirmation in the UI.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Interval</maml:name> <maml:description> <maml:para>The interval between sources</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, the list of sources will loop.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MediaStateChange</maml:name> <maml:description> <maml:para>The change in media state that should trigger a switch</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MediaStateSwitch</maml:name> <maml:description> <maml:para>If set, will switch on the underlying source's media state events. Sources will be displayed for a -Duration. No source wil be displayed for an -Interval.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>MediaSwitchTo</maml:name> <maml:description> <maml:para>When the source switcher is trigger by media end, this determines the next source that will be switched to.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Select</maml:name> <maml:description> <maml:para>What to select in the playlist. If a number is provided, this will select an index. If a string is provided, this will select the whole name or last part of a name, accepting wildcards.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowTransition</maml:name> <maml:description> <maml:para>The name of the transition used to show a source.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ShowTransitionProperty</maml:name> <maml:description> <maml:para>The properties sent to the show transition. Notice: this current requires confirmation in the UI.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceList</maml:name> <maml:description> <maml:para>The path to the media file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.String[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeSwitch</maml:name> <maml:description> <maml:para>If set, will switch between sources. Sources will be displayed for a -Duration. No source wil be displayed for an -Interval.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TimeSwitchTo</maml:name> <maml:description> <maml:para>The item that will be switched in a TimeSwitch, after -Duration and -Interval.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionName</maml:name> <maml:description> <maml:para>The name of the transition between sources.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TransitionProperty</maml:name> <maml:description> <maml:para>The properties sent to the transition. Notice: this current requires confirmation in the UI.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Set-OBSVLCSource -FilePath .\*.mp3 # Creates a playlist of all MP3s in the current directory </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-OBSInput</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-OBSInputSettings</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSTBarPosition</command:name> <command:noun>OBSTBarPosition</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSTBarPosition : SetTBarPosition</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the position of the TBar.</maml:para> <maml:para>**Very important note**: This will be deprecated and replaced in a future version of obs-websocket.</maml:para> <maml:para>Set-OBSTBarPosition calls the OBS WebSocket with a request of type SetTBarPosition.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSTBarPosition</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Position</maml:name> <maml:description> <maml:para>New position</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Release</maml:name> <maml:description> <maml:para>Whether to release the TBar. Only set `false` if you know that you will be sending another position update</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Position</maml:name> <maml:description> <maml:para>New position</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Release</maml:name> <maml:description> <maml:para>Whether to release the TBar. Only set `false` if you know that you will be sending another position update</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#settbarposition</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSVideoSettings</command:name> <command:noun>OBSVideoSettings</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Set-OBSVideoSettings : SetVideoSettings</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Sets the current video settings.</maml:para> <maml:para>Note: Fields must be specified in pairs. For example, you cannot set only `baseWidth` without needing to specify `baseHeight`.</maml:para> <maml:para>Set-OBSVideoSettings calls the OBS WebSocket with a request of type SetVideoSettings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSVideoSettings</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FpsNumerator</maml:name> <maml:description> <maml:para>Numerator of the fractional FPS value</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FpsDenominator</maml:name> <maml:description> <maml:para>Denominator of the fractional FPS value</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>BaseWidth</maml:name> <maml:description> <maml:para>Width of the base (canvas) resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>BaseHeight</maml:name> <maml:description> <maml:para>Height of the base (canvas) resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputWidth</maml:name> <maml:description> <maml:para>Width of the output resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputHeight</maml:name> <maml:description> <maml:para>Height of the output resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BaseHeight</maml:name> <maml:description> <maml:para>Height of the base (canvas) resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BaseWidth</maml:name> <maml:description> <maml:para>Width of the base (canvas) resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FpsDenominator</maml:name> <maml:description> <maml:para>Denominator of the fractional FPS value</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FpsNumerator</maml:name> <maml:description> <maml:para>Numerator of the fractional FPS value</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputHeight</maml:name> <maml:description> <maml:para>Height of the output resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputWidth</maml:name> <maml:description> <maml:para>Width of the output resolution in pixels</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setvideosettings</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSVLCSource</command:name> <command:noun>OBSVLCSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds a VLC playlist source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or sets VLC playlist sources to OBS. </maml:para> <maml:para>VLC must be installed for this to work.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSVLCSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilePath</maml:name> <maml:description> <maml:para>The path to the media file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.String[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Select</maml:name> <maml:description> <maml:para>What to select in the playlist. If a number is provided, this will select an index. If a string is provided, this will select the whole name or last part of a name, accepting wildcards. If an `[IO.FileInfo]` is provided, this will be the exact file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Shuffle</maml:name> <maml:description> <maml:para>If set, will shuffle the playlist</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, the playlist will loop.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Subtitle</maml:name> <maml:description> <maml:para>If set, will show subtitles, if available.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>AudioTrack</maml:name> <maml:description> <maml:para>The selected audio track number.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SubtitleTrack</maml:name> <maml:description> <maml:para>The selected subtitle track number.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will fit the input to the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AudioTrack</maml:name> <maml:description> <maml:para>The selected audio track number.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilePath</maml:name> <maml:description> <maml:para>The path to the media file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.String[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will fit the input to the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, the playlist will loop.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Select</maml:name> <maml:description> <maml:para>What to select in the playlist. If a number is provided, this will select an index. If a string is provided, this will select the whole name or last part of a name, accepting wildcards. If an `[IO.FileInfo]` is provided, this will be the exact file.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Object</command:parameterValue> <dev:type> <maml:name>System.Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Shuffle</maml:name> <maml:description> <maml:para>If set, will shuffle the playlist</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Subtitle</maml:name> <maml:description> <maml:para>If set, will show subtitles, if available.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SubtitleTrack</maml:name> <maml:description> <maml:para>The selected subtitle track number.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Set-OBSVLCSource -FilePath .\*.mp3 # Creates a playlist of all MP3s in the current directory </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-OBSInput</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Set-OBSInputSettings</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSWaveformSource</command:name> <command:noun>OBSWaveformSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>OBS Waveform Source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Gets, Sets, or Adds a waveform source in OBS. </maml:para> <maml:para>Waveform sources require the [Waveform Plugin](https://obsproject.com/forum/resources/waveform.1423/)</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSWaveformSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>AudioSource</maml:name> <maml:description> <maml:para>The audio source for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>DisplayMode</maml:name> <maml:description> <maml:para>The display mode for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RenderMode</maml:name> <maml:description> <maml:para>The render mode for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>WindowMode</maml:name> <maml:description> <maml:para>The windowing mode for the waveform. This is the mathematical function used to determine the current "window" of audio data.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="6" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para>The color used for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="7" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CrestColor</maml:name> <maml:description> <maml:para>The crest color used for the waveform. This will be ignored if the render mode is not "gradient".</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="8" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelMode</maml:name> <maml:description> <maml:para>The channel mode for the waveform. This can be either mono or stereo.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="9" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelSpacing</maml:name> <maml:description> <maml:para>The number of pixels between each channel in stereo mode</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RadialLayout</maml:name> <maml:description> <maml:para>If set, will use a radial layout for the waveform Radial layouts will ignore the desired height of the source and instead create a square.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InvertRadialDirection</maml:name> <maml:description> <maml:para>If set, will invert the direction for a radial waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoramlizeVolume</maml:name> <maml:description> <maml:para>If set, will normalize the volume displayed in the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>AutoFftSize</maml:name> <maml:description> <maml:para>If set, will automatically declare an FFTSize</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FastPeak</maml:name> <maml:description> <maml:para>If set, will attempt to make audio peaks render faster.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="10" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>BarWidth</maml:name> <maml:description> <maml:para>The width of the waveform bar. This is only valid when -DisplayMode is 'bars' or 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="11" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>BarGap</maml:name> <maml:description> <maml:para>The gap between waveform bars. This is only valid when -DisplayMode is 'bars' or 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="12" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>StepWidth</maml:name> <maml:description> <maml:para>The width of waveform bar step. This is only valid when -DisplayMode is 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="13" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>StepGap</maml:name> <maml:description> <maml:para>The gap between waveform bar steps. This is only valid when -DisplayMode is 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="14" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>LowCutoff</maml:name> <maml:description> <maml:para>The low-frequency cutoff of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="15" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>HighCutoff</maml:name> <maml:description> <maml:para>The high-frequency cutoff of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="16" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Floor</maml:name> <maml:description> <maml:para>The floor of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="17" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Ceiling</maml:name> <maml:description> <maml:para>The ceiling of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="18" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Slope</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="19" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RollOffOctave</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="20" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RollOffRate</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="21" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>GradientRatio</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="22" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Deadzone</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="23" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>TemporalSmoothing</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="24" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="25" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AudioSource</maml:name> <maml:description> <maml:para>The audio source for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>AutoFftSize</maml:name> <maml:description> <maml:para>If set, will automatically declare an FFTSize</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BarGap</maml:name> <maml:description> <maml:para>The gap between waveform bars. This is only valid when -DisplayMode is 'bars' or 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BarWidth</maml:name> <maml:description> <maml:para>The width of the waveform bar. This is only valid when -DisplayMode is 'bars' or 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Ceiling</maml:name> <maml:description> <maml:para>The ceiling of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelMode</maml:name> <maml:description> <maml:para>The channel mode for the waveform. This can be either mono or stereo.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ChannelSpacing</maml:name> <maml:description> <maml:para>The number of pixels between each channel in stereo mode</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Color</maml:name> <maml:description> <maml:para>The color used for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CrestColor</maml:name> <maml:description> <maml:para>The crest color used for the waveform. This will be ignored if the render mode is not "gradient".</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Psobject</command:parameterValue> <dev:type> <maml:name>Psobject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Deadzone</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>DisplayMode</maml:name> <maml:description> <maml:para>The display mode for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FastPeak</maml:name> <maml:description> <maml:para>If set, will attempt to make audio peaks render faster.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Floor</maml:name> <maml:description> <maml:para>The floor of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>GradientRatio</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Height</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output height of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>HighCutoff</maml:name> <maml:description> <maml:para>The high-frequency cutoff of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InvertRadialDirection</maml:name> <maml:description> <maml:para>If set, will invert the direction for a radial waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LowCutoff</maml:name> <maml:description> <maml:para>The low-frequency cutoff of the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, the last segment of the URI or file path will be the input name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoramlizeVolume</maml:name> <maml:description> <maml:para>If set, will normalize the volume displayed in the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RadialLayout</maml:name> <maml:description> <maml:para>If set, will use a radial layout for the waveform Radial layouts will ignore the desired height of the source and instead create a square.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RenderMode</maml:name> <maml:description> <maml:para>The render mode for the waveform.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RollOffOctave</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RollOffRate</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Slope</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StepGap</maml:name> <maml:description> <maml:para>The gap between waveform bar steps. This is only valid when -DisplayMode is 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>StepWidth</maml:name> <maml:description> <maml:para>The width of waveform bar step. This is only valid when -DisplayMode is 'stepped_bars'</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>TemporalSmoothing</maml:name> <maml:description> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Width</maml:name> <maml:description> <maml:para>The width of the browser source. If none is provided, this will be the output width of the video settings.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WindowMode</maml:name> <maml:description> <maml:para>The windowing mode for the waveform. This is the mathematical function used to determine the current "window" of audio data.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Add-OBSWaveformSource -Name "SpeakerWaveform" </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-OBSWindowSource</command:name> <command:noun>OBSWindowSource</command:noun> <command:verb>Set</command:verb> <maml:description> <maml:para>Adds or sets a window capture source</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Adds or sets a windows capture source in OBS. This captures the contents of a window.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Set-OBSWindowSource</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>WindowTitle</maml:name> <maml:description> <maml:para>The monitor number. This the number of the monitor you would like to capture.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CaptureMethod</maml:name> <maml:description> <maml:para>The number of the capture method. By default, automatic (0).</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CapturePriority</maml:name> <maml:description> <maml:para>The capture priority.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>CaptureCursor</maml:name> <maml:description> <maml:para>If set, will capture the cursor. This will be set by default. If explicitly set to false, the cursor will not be captured.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ClientArea</maml:name> <maml:description> <maml:para>If set, will capture the client area. This will be set by default.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>ForceSDR</maml:name> <maml:description> <maml:para>If set, will force SDR.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "Display $($Monitor + 1)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CaptureCursor</maml:name> <maml:description> <maml:para>If set, will capture the cursor. This will be set by default. If explicitly set to false, the cursor will not be captured.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CaptureMethod</maml:name> <maml:description> <maml:para>The number of the capture method. By default, automatic (0).</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>CapturePriority</maml:name> <maml:description> <maml:para>The capture priority.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ClientArea</maml:name> <maml:description> <maml:para>If set, will capture the client area. This will be set by default.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>ForceSDR</maml:name> <maml:description> <maml:para>If set, will force SDR.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the input. If no name is provided, "Display $($Monitor + 1)" will be the input source name.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WindowTitle</maml:name> <maml:description> <maml:para>The monitor number. This the number of the monitor you would like to capture.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Get-Process -id $PID | Set-OBSWindowCaptureSource -Name CurrentWindow </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Show-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Show</command:verb> <maml:description> <maml:para>Shows content in OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Shows content in Open Broadcasting Studio</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Show-OBS</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilePath</maml:name> <maml:description> <maml:para>The path or URI to show in OBS.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the source in OBS. If this is not provided, it will be derived from the -FilePath.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>RootPath</maml:name> <maml:description> <maml:para>A root path. If not provided, this will be the root of the -FilePath (if it is a filepath). If the file path was a URI, the root path will be ignored.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="3" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="4" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para>The opacity to use for the input. If not provided, will default to 2/3rds. Will only be used when showing a browser source with a -FilePath</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="5" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceParameter</maml:name> <maml:description> <maml:para>Any parameters to pass to the source command.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Collections.IDictionary</command:parameterValue> <dev:type> <maml:name>System.Collections.IDictionary</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will make the input become the size of the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilePath</maml:name> <maml:description> <maml:para>The path or URI to show in OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FitToScreen</maml:name> <maml:description> <maml:para>If set, will make the input become the size of the screen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Force</maml:name> <maml:description> <maml:para>If set, will check if the source exists in the scene before creating it and removing any existing sources found. If not set, you will get an error if a source with the same name exists.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the source in OBS. If this is not provided, it will be derived from the -FilePath.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Opacity</maml:name> <maml:description> <maml:para>The opacity to use for the input. If not provided, will default to 2/3rds. Will only be used when showing a browser source with a -FilePath</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Double</command:parameterValue> <dev:type> <maml:name>Double</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>RootPath</maml:name> <maml:description> <maml:para>A root path. If not provided, this will be the root of the -FilePath (if it is a filepath). If the file path was a URI, the root path will be ignored.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Scene</maml:name> <maml:description> <maml:para>The name of the scene. If no scene name is provided, the current program scene will be used.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceParameter</maml:name> <maml:description> <maml:para>Any parameters to pass to the source command.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Collections.IDictionary</command:parameterValue> <dev:type> <maml:name>System.Collections.IDictionary</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> '<svg viewBox="0 0 1 1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"> </maml:para> </maml:introduction> <dev:code> <polygon points="0 0 0 1 1 1 1 0" fill="blue" /> </svg>' | Set-Content .\BlueRect.svg Show-OBS -FilePath .\BlueRect.svg </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 2 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Show-OBS -FilePath *excited* -RootPath $home\Pictures\Gif </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-OBSEffect</command:name> <command:noun>OBSEffect</command:noun> <command:verb>Start</command:verb> <maml:description> <maml:para>Starts obs-powershell effects.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Starts an effect in OBS PowerShell.</maml:para> <maml:para>An effect is either a series of messages or a command that can produce a series of messages.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-OBSEffect</maml:name> <command:parameter required="true" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectName</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">System.String[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Duration</maml:name> <maml:description> <maml:para>The duration of the effect. If provided, all effects should use this duration. If not provided, each effect should use it's own duration.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>EffectParameter</maml:name> <maml:description> <maml:para>The parameters passed to the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Collections.IDictionary</command:parameterValue> <dev:type> <maml:name>System.Collections.IDictionary</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectArgument</maml:name> <maml:description> <maml:para>The arguments passed to the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Management.Automation.PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>Step</maml:name> <maml:description> <maml:para>If provided, will step thru running</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemID</maml:name> <maml:description> <maml:para>The SceneItemID. If this is provided, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>The SceneName. If this is provided with a -SceneItemID or -SourceName, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>The Filter Name. If this is provided with a -SourceName, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>The Source Name. If this is provided with a -FitlerName -or -SceneName, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, will loop the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LoopCount</maml:name> <maml:description> <maml:para>If provided, will loop the effect a number of times.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bounce</maml:name> <maml:description> <maml:para>If set, will bounce the effect (flip it / reverse it)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para>If set, will reverse an effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Bounce</maml:name> <maml:description> <maml:para>If set, will bounce the effect (flip it / reverse it)</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Duration</maml:name> <maml:description> <maml:para>The duration of the effect. If provided, all effects should use this duration. If not provided, each effect should use it's own duration.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Timespan</command:parameterValue> <dev:type> <maml:name>Timespan</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectArgument</maml:name> <maml:description> <maml:para>The arguments passed to the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Management.Automation.PSObject[]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSObject[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectName</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.String[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectParameter</maml:name> <maml:description> <maml:para>The parameters passed to the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">System.Collections.IDictionary</command:parameterValue> <dev:type> <maml:name>System.Collections.IDictionary</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>FilterName</maml:name> <maml:description> <maml:para>The Filter Name. If this is provided with a -SourceName, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Loop</maml:name> <maml:description> <maml:para>If set, will loop the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>LoopCount</maml:name> <maml:description> <maml:para>If provided, will loop the effect a number of times.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Reverse</maml:name> <maml:description> <maml:para>If set, will reverse an effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneItemID</maml:name> <maml:description> <maml:para>The SceneItemID. If this is provided, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SceneName</maml:name> <maml:description> <maml:para>The SceneName. If this is provided with a -SceneItemID or -SourceName, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>SourceName</maml:name> <maml:description> <maml:para>The Source Name. If this is provided with a -FitlerName -or -SceneName, the effect will be given a target.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>Step</maml:name> <maml:description> <maml:para>If provided, will step thru running</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-OBSOutput</command:name> <command:noun>OBSOutput</command:noun> <command:verb>Start</command:verb> <maml:description> <maml:para>Start-OBSOutput : StartOutput</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Starts an output.</maml:para> <maml:para>Start-OBSOutput calls the OBS WebSocket with a request of type StartOutput.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-OBSOutput</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#startoutput</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-OBSRecord</command:name> <command:noun>OBSRecord</command:noun> <command:verb>Start</command:verb> <maml:description> <maml:para>Start-OBSRecord : StartRecord</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Starts the record output.</maml:para> <maml:para>Start-OBSRecord calls the OBS WebSocket with a request of type StartRecord.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-OBSRecord</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Start-OBSRecord </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#startrecord</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-OBSReplayBuffer</command:name> <command:noun>OBSReplayBuffer</command:noun> <command:verb>Start</command:verb> <maml:description> <maml:para>Start-OBSReplayBuffer : StartReplayBuffer</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Starts the replay buffer output.</maml:para> <maml:para>Start-OBSReplayBuffer calls the OBS WebSocket with a request of type StartReplayBuffer.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-OBSReplayBuffer</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Start-OBSReplayBuffer </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#startreplaybuffer</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-OBSStream</command:name> <command:noun>OBSStream</command:noun> <command:verb>Start</command:verb> <maml:description> <maml:para>Start-OBSStream : StartStream</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Starts the stream output.</maml:para> <maml:para>Start-OBSStream calls the OBS WebSocket with a request of type StartStream.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-OBSStream</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Start-OBSStream </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#startstream</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-OBSVirtualCam</command:name> <command:noun>OBSVirtualCam</command:noun> <command:verb>Start</command:verb> <maml:description> <maml:para>Start-OBSVirtualCam : StartVirtualCam</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Starts the virtualcam output.</maml:para> <maml:para>Start-OBSVirtualCam calls the OBS WebSocket with a request of type StartVirtualCam.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-OBSVirtualCam</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Start-OBSVirtualCam </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#startvirtualcam</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Stop-OBSEffect</command:name> <command:noun>OBSEffect</command:noun> <command:verb>Stop</command:verb> <maml:description> <maml:para>Stops obs-powershell effects.</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Stops an effect in OBS PowerShell.</maml:para> <maml:para>A running effect is a series of messages, and the obs-websocket does not let you cancel a message.</maml:para> <maml:para>However, OBS effects can be bounced or running in a loop.</maml:para> <maml:para>If these effects are stopped, they will not continue to loop or bounce.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Stop-OBSEffect</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>EffectName</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>EffectName</maml:name> <maml:description> <maml:para>The name of the effect.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Get-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Start-OBSEffect</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Stop-OBSOutput</command:name> <command:noun>OBSOutput</command:noun> <command:verb>Stop</command:verb> <maml:description> <maml:para>Stop-OBSOutput : StopOutput</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Stops an output.</maml:para> <maml:para>Stop-OBSOutput calls the OBS WebSocket with a request of type StopOutput.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Stop-OBSOutput</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#stopoutput</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Stop-OBSRecord</command:name> <command:noun>OBSRecord</command:noun> <command:verb>Stop</command:verb> <maml:description> <maml:para>Stop-OBSRecord : StopRecord</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Stops the record output.</maml:para> <maml:para>Stop-OBSRecord calls the OBS WebSocket with a request of type StopRecord.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Stop-OBSRecord</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Stop-OBSRecord </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#stoprecord</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Stop-OBSReplayBuffer</command:name> <command:noun>OBSReplayBuffer</command:noun> <command:verb>Stop</command:verb> <maml:description> <maml:para>Stop-OBSReplayBuffer : StopReplayBuffer</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Stops the replay buffer output.</maml:para> <maml:para>Stop-OBSReplayBuffer calls the OBS WebSocket with a request of type StopReplayBuffer.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Stop-OBSReplayBuffer</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Stop-OBSReplayBuffer </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#stopreplaybuffer</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Stop-OBSStream</command:name> <command:noun>OBSStream</command:noun> <command:verb>Stop</command:verb> <maml:description> <maml:para>Stop-OBSStream : StopStream</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Stops the stream output.</maml:para> <maml:para>Stop-OBSStream calls the OBS WebSocket with a request of type StopStream.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Stop-OBSStream</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Stop-OBSStream </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#stopstream</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Stop-OBSVirtualCam</command:name> <command:noun>OBSVirtualCam</command:noun> <command:verb>Stop</command:verb> <maml:description> <maml:para>Stop-OBSVirtualCam : StopVirtualCam</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Stops the virtualcam output.</maml:para> <maml:para>Stop-OBSVirtualCam calls the OBS WebSocket with a request of type StopVirtualCam.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Stop-OBSVirtualCam</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Stop-OBSVirtualCam </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#stopvirtualcam</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSInputMute</command:name> <command:noun>OBSInputMute</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSInputMute : ToggleInputMute</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles the audio mute state of an input.</maml:para> <maml:para>Switch-OBSInputMute calls the OBS WebSocket with a request of type ToggleInputMute.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSInputMute</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to toggle the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to toggle the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputName</maml:name> <maml:description> <maml:para>Name of the input to toggle the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>InputUuid</maml:name> <maml:description> <maml:para>UUID of the input to toggle the mute state of</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#toggleinputmute</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSOutput</command:name> <command:noun>OBSOutput</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSOutput : ToggleOutput</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles the status of an output.</maml:para> <maml:para>Switch-OBSOutput calls the OBS WebSocket with a request of type ToggleOutput.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSOutput</maml:name> <command:parameter required="true" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="true" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>OutputName</maml:name> <maml:description> <maml:para>Output name</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#toggleoutput</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSRecord</command:name> <command:noun>OBSRecord</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSRecord : ToggleRecord</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles the status of the record output.</maml:para> <maml:para>Switch-OBSRecord calls the OBS WebSocket with a request of type ToggleRecord.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSRecord</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Switch-OBSRecord </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#togglerecord</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSRecordPause</command:name> <command:noun>OBSRecordPause</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSRecordPause : ToggleRecordPause</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles pause on the record output.</maml:para> <maml:para>Switch-OBSRecordPause calls the OBS WebSocket with a request of type ToggleRecordPause.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSRecordPause</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Switch-OBSRecordPause </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#togglerecordpause</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSReplayBuffer</command:name> <command:noun>OBSReplayBuffer</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSReplayBuffer : ToggleReplayBuffer</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles the state of the replay buffer output.</maml:para> <maml:para>Switch-OBSReplayBuffer calls the OBS WebSocket with a request of type ToggleReplayBuffer.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSReplayBuffer</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Switch-OBSReplayBuffer </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#togglereplaybuffer</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSStream</command:name> <command:noun>OBSStream</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSStream : ToggleStream</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles the status of the stream output.</maml:para> <maml:para>Switch-OBSStream calls the OBS WebSocket with a request of type ToggleStream.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSStream</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Switch-OBSStream </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#togglestream</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Switch-OBSVirtualCam</command:name> <command:noun>OBSVirtualCam</command:noun> <command:verb>Switch</command:verb> <maml:description> <maml:para>Switch-OBSVirtualCam : ToggleVirtualCam</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Toggles the state of the virtualcam output.</maml:para> <maml:para>Switch-OBSVirtualCam calls the OBS WebSocket with a request of type ToggleVirtualCam.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Switch-OBSVirtualCam</maml:name> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>NoResponse</maml:name> <maml:description> <maml:para>If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>PassThru</maml:name> <maml:description> <maml:para>If set, will return the information that would otherwise be sent to OBS.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Switch</command:parameterValue> <dev:type> <maml:name>Switch</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Switch-OBSVirtualCam </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText> </maml:linkText> <maml:uri>https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#togglevirtualcam</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Watch-OBS</command:name> <command:noun>OBS</command:noun> <command:verb>Watch</command:verb> <maml:description> <maml:para>Watches OBS</maml:para> </maml:description> <dev:version>0.2</dev:version> </command:details> <maml:description> <maml:para>Watches the OBS websocket for events.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Watch-OBS</maml:name> <command:parameter required="false" position="0" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketURI</maml:name> <maml:description> <maml:para>The OBS websocket URL. If not provided, this will default to loopback on port 4455.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="1" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketToken</maml:name> <maml:description> <maml:para>A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="2" pipelineInput="True (ByPropertyName)" aliases="" variableLength="true" globbing="false"> <maml:name>BufferSize</maml:name> <maml:description> <maml:para>The size of the buffer to use when receiving messages from the websocket.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>BufferSize</maml:name> <maml:description> <maml:para>The size of the buffer to use when receiving messages from the websocket.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketToken</maml:name> <maml:description> <maml:para>A randomly generated password used to connect to OBS. You can see the websocket password in Tools -> obs-websocket settings -> show connect info</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> <command:parameter required="false" position="named" pipelineInput="False" aliases="" variableLength="true" globbing="false"> <maml:name>WebSocketURI</maml:name> <maml:description> <maml:para>The OBS websocket URL. If not provided, this will default to loopback on port 4455.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="true">Uri</command:parameterValue> <dev:type> <maml:name>Uri</maml:name> <maml:uri /> </dev:type> <dev:defaultValue> </dev:defaultValue> </command:parameter> </command:parameters> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Watch-OBS -WebSocketToken 12345 # Obviously, replace this with your password. </dev:code> <dev:remarks> </dev:remarks> </command:example> <command:example> <maml:title> -------------------------- EXAMPLE 2 -------------------------- </maml:title> <maml:introduction> <maml:para> PS > </maml:para> </maml:introduction> <dev:code> Watch-OBS # If you turn off authentication on OBS </dev:code> <dev:remarks> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Connect-OBS</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Receive-OBS</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |