Skip to content

Commit 9de3438

Browse files
StartAutomatingStartAutomating
authored andcommitted
Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)
1 parent 0dd61b1 commit 9de3438

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

docs/Add-OBSMonitorSource.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ This the number of the monitor you would like to capture.
2929

3030

3131

32-
> **Type**: ```[Int32]```
3332

34-
> **Required**: false
3533

36-
> **Position**: 1
3734

38-
> **PipelineInput**:true (ByPropertyName)
35+
|Type |Required|Position|PipelineInput |
36+
|---------|--------|--------|---------------------|
37+
|`[Int32]`|false |1 |true (ByPropertyName)|
3938

4039

4140

@@ -48,13 +47,12 @@ If explicitly set to false, the cursor will not be captured.
4847

4948

5049

51-
> **Type**: ```[Switch]```
5250

53-
> **Required**: false
5451

55-
> **Position**: named
5652

57-
> **PipelineInput**:true (ByPropertyName)
53+
|Type |Required|Position|PipelineInput |
54+
|----------|--------|--------|---------------------|
55+
|`[Switch]`|false |named |true (ByPropertyName)|
5856

5957

6058

@@ -66,13 +64,12 @@ If no scene name is provided, the current program scene will be used.
6664

6765

6866

69-
> **Type**: ```[String]```
7067

71-
> **Required**: false
7268

73-
> **Position**: 2
7469

75-
> **PipelineInput**:true (ByPropertyName)
70+
|Type |Required|Position|PipelineInput |
71+
|----------|--------|--------|---------------------|
72+
|`[String]`|false |2 |true (ByPropertyName)|
7673

7774

7875

@@ -84,13 +81,12 @@ If no name is provided, "Display $($Monitor + 1)" will be the input source name.
8481

8582

8683

87-
> **Type**: ```[String]```
8884

89-
> **Required**: false
9085

91-
> **Position**: 3
9286

93-
> **PipelineInput**:true (ByPropertyName)
87+
|Type |Required|Position|PipelineInput |
88+
|----------|--------|--------|---------------------|
89+
|`[String]`|false |3 |true (ByPropertyName)|
9490

9591

9692

0 commit comments

Comments
 (0)