Skip to content

Commit 4c20358

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 4cbece6 commit 4c20358

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

docs/Set-OBSZoomShader.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSZoomShader
22
-----------------
33

44
### Synopsis
5-
65
Get-OBSZoomShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-Power] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,61 +15,61 @@ Get-OBSZoomShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-Power]
1615

1716
|Type |Required|Position|PipelineInput|Aliases |
1817
|-------|--------|--------|-------------|----------------|
19-
|`[int]`|false |0 |false |center_x_percent|
18+
|`[Int]`|false |named |False |center_x_percent|
2019

2120
#### **CenterYPercent**
2221

2322
|Type |Required|Position|PipelineInput|Aliases |
2423
|-------|--------|--------|-------------|----------------|
25-
|`[int]`|false |1 |false |center_y_percent|
24+
|`[Int]`|false |named |False |center_y_percent|
2625

2726
#### **FilterName**
2827

29-
|Type |Required|Position|PipelineInput |
30-
|----------|--------|--------|---------------------|
31-
|`[string]`|false |4 |true (ByPropertyName)|
28+
|Type |Required|Position|PipelineInput|
29+
|----------|--------|--------|-------------|
30+
|`[String]`|false |named |False |
3231

3332
#### **Force**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|----------|--------|--------|-------------|
37-
|`[switch]`|false |Named |false |
36+
|`[Switch]`|false |named |False |
3837

3938
#### **NoResponse**
4039

4140
|Type |Required|Position|PipelineInput|
4241
|----------|--------|--------|-------------|
43-
|`[switch]`|false |Named |false |
42+
|`[Switch]`|false |named |False |
4443

4544
#### **PassThru**
4645

4746
|Type |Required|Position|PipelineInput|
4847
|----------|--------|--------|-------------|
49-
|`[switch]`|false |Named |false |
48+
|`[Switch]`|false |named |False |
5049

5150
#### **Power**
5251

5352
|Type |Required|Position|PipelineInput|
5453
|---------|--------|--------|-------------|
55-
|`[float]`|false |2 |false |
54+
|`[Float]`|false |named |False |
5655

5756
#### **ShaderText**
5857

5958
|Type |Required|Position|PipelineInput|Aliases |
6059
|----------|--------|--------|-------------|-------------|
61-
|`[string]`|false |5 |false |ShaderContent|
60+
|`[String]`|false |named |False |ShaderContent|
6261

6362
#### **SourceName**
6463

65-
|Type |Required|Position|PipelineInput |Aliases |
66-
|----------|--------|--------|---------------------|-------------|
67-
|`[string]`|false |3 |true (ByPropertyName)|SceneItemName|
64+
|Type |Required|Position|PipelineInput|Aliases |
65+
|----------|--------|--------|-------------|-------------|
66+
|`[String]`|false |named |False |SceneItemName|
6867

6968
#### **UseShaderTime**
7069

7170
|Type |Required|Position|PipelineInput|
7271
|----------|--------|--------|-------------|
73-
|`[switch]`|false |Named |false |
72+
|`[Switch]`|false |named |False |
7473

7574
---
7675

@@ -86,11 +85,5 @@ System.String
8685

8786
### Syntax
8887
```PowerShell
89-
syntaxItem
90-
```
91-
```PowerShell
92-
----------
93-
```
94-
```PowerShell
95-
{@{name=Get-OBSZoomShader; CommonParameters=True; parameter=System.Object[]}}
88+
Get-OBSZoomShader [[-CenterXPercent] <Int>] [[-CenterYPercent] <Int>] [[-Power] <Float>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
9689
```

0 commit comments

Comments
 (0)