Skip to content

Commit 15bdbdc

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 2e4bdb3 commit 15bdbdc

1 file changed

Lines changed: 16 additions & 23 deletions

File tree

docs/Set-OBSTvCrtSubpixelShader.md

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

44
### Synopsis
5-
65
Get-OBSTvCrtSubpixelShader [[-ChannelWidth] <int>] [[-ChannelHeight] <int>] [[-HGap] <int>] [[-VGap] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,67 +15,67 @@ Get-OBSTvCrtSubpixelShader [[-ChannelWidth] <int>] [[-ChannelHeight] <int>] [[-H
1615

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

2120
#### **ChannelWidth**
2221

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

2726
#### **FilterName**
2827

29-
|Type |Required|Position|PipelineInput |
30-
|----------|--------|--------|---------------------|
31-
|`[string]`|false |5 |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
#### **HGap**
4039

4140
|Type |Required|Position|PipelineInput|
4241
|-------|--------|--------|-------------|
43-
|`[int]`|false |2 |false |
42+
|`[Int]`|false |named |False |
4443

4544
#### **NoResponse**
4645

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

5150
#### **PassThru**
5251

5352
|Type |Required|Position|PipelineInput|
5453
|----------|--------|--------|-------------|
55-
|`[switch]`|false |Named |false |
54+
|`[Switch]`|false |named |False |
5655

5756
#### **ShaderText**
5857

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

6362
#### **SourceName**
6463

65-
|Type |Required|Position|PipelineInput |Aliases |
66-
|----------|--------|--------|---------------------|-------------|
67-
|`[string]`|false |4 |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
#### **VGap**
7675

7776
|Type |Required|Position|PipelineInput|
7877
|-------|--------|--------|-------------|
79-
|`[int]`|false |3 |false |
78+
|`[Int]`|false |named |False |
8079

8180
---
8281

@@ -92,11 +91,5 @@ System.String
9291

9392
### Syntax
9493
```PowerShell
95-
syntaxItem
96-
```
97-
```PowerShell
98-
----------
99-
```
100-
```PowerShell
101-
{@{name=Get-OBSTvCrtSubpixelShader; CommonParameters=True; parameter=System.Object[]}}
94+
Get-OBSTvCrtSubpixelShader [[-ChannelWidth] <Int>] [[-ChannelHeight] <Int>] [[-HGap] <Int>] [[-VGap] <Int>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
10295
```

0 commit comments

Comments
 (0)