Skip to content

Commit 48e46fc

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

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

docs/Add-OBSSceneSource.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ Name of the scene to create the new item in
2727

2828

2929

30-
> **Type**: ```[String]```
3130

32-
> **Required**: true
3331

34-
> **Position**: 1
3532

36-
> **PipelineInput**:true (ByPropertyName)
33+
|Type |Required|Position|PipelineInput |
34+
|----------|--------|--------|---------------------|
35+
|`[String]`|true |1 |true (ByPropertyName)|
3736

3837

3938

@@ -44,13 +43,12 @@ Name of the source to add to the scene
4443

4544

4645

47-
> **Type**: ```[String]```
4846

49-
> **Required**: true
5047

51-
> **Position**: 2
5248

53-
> **PipelineInput**:true (ByPropertyName)
49+
|Type |Required|Position|PipelineInput |
50+
|----------|--------|--------|---------------------|
51+
|`[String]`|true |2 |true (ByPropertyName)|
5452

5553

5654

@@ -61,13 +59,12 @@ Enable state to apply to the scene item on creation
6159

6260

6361

64-
> **Type**: ```[Switch]```
6562

66-
> **Required**: false
6763

68-
> **Position**: named
6964

70-
> **PipelineInput**:true (ByPropertyName)
65+
|Type |Required|Position|PipelineInput |
66+
|----------|--------|--------|---------------------|
67+
|`[Switch]`|false |named |true (ByPropertyName)|
7168

7269

7370

@@ -78,13 +75,12 @@ If set, will return the information that would otherwise be sent to OBS.
7875

7976

8077

81-
> **Type**: ```[Switch]```
8278

83-
> **Required**: false
8479

85-
> **Position**: named
8680

87-
> **PipelineInput**:true (ByPropertyName)
81+
|Type |Required|Position|PipelineInput |
82+
|----------|--------|--------|---------------------|
83+
|`[Switch]`|false |named |true (ByPropertyName)|
8884

8985

9086

0 commit comments

Comments
 (0)