@@ -24,13 +24,12 @@ If the uri points to a local file, this will be preferred
2424
2525
2626
27- > ** Type** : ``` [Uri] ```
2827
29- > ** Required** : false
3028
31- > ** Position** : 1
3229
33- > ** PipelineInput** : true (ByPropertyName)
30+ | Type | Required| Position| PipelineInput |
31+ | -------| --------| --------| ---------------------|
32+ | ` [Uri] ` | false | 1 | true (ByPropertyName)|
3433
3534
3635
@@ -42,13 +41,12 @@ If none is provided, this will be the output width of the video settings.
4241
4342
4443
45- > ** Type** : ``` [Int32] ```
4644
47- > ** Required** : false
4845
49- > ** Position** : 2
5046
51- > ** PipelineInput** : true (ByPropertyName)
47+ | Type | Required| Position| PipelineInput |
48+ | ---------| --------| --------| ---------------------|
49+ | ` [Int32] ` | false | 2 | true (ByPropertyName)|
5250
5351
5452
@@ -60,13 +58,12 @@ If none is provided, this will be the output height of the video settings.
6058
6159
6260
63- > ** Type** : ``` [Int32] ```
6461
65- > ** Required** : false
6662
67- > ** Position** : 3
6863
69- > ** PipelineInput** : true (ByPropertyName)
64+ | Type | Required| Position| PipelineInput |
65+ | ---------| --------| --------| ---------------------|
66+ | ` [Int32] ` | false | 3 | true (ByPropertyName)|
7067
7168
7269
@@ -77,13 +74,12 @@ The css style used to render the browser page.
7774
7875
7976
80- > ** Type** : ``` [String] ```
8177
82- > ** Required** : false
8378
84- > ** Position** : 4
8579
86- > ** PipelineInput** : true (ByPropertyName)
80+ | Type | Required| Position| PipelineInput |
81+ | ----------| --------| --------| ---------------------|
82+ | ` [String] ` | false | 4 | true (ByPropertyName)|
8783
8884
8985
@@ -94,13 +90,12 @@ If set, the browser source will shutdown when it is hidden
9490
9591
9692
97- > ** Type** : ``` [Switch] ```
9893
99- > ** Required** : false
10094
101- > ** Position** : named
10295
103- > ** PipelineInput** : true (ByPropertyName)
96+ | Type | Required| Position| PipelineInput |
97+ | ----------| --------| --------| ---------------------|
98+ | ` [Switch] ` | false | named | true (ByPropertyName)|
10499
105100
106101
@@ -111,13 +106,12 @@ If set, the browser source will restart when it is activated.
111106
112107
113108
114- > ** Type** : ``` [Switch] ```
115109
116- > ** Required** : false
117110
118- > ** Position** : named
119111
120- > ** PipelineInput** : true (ByPropertyName)
112+ | Type | Required| Position| PipelineInput |
113+ | ----------| --------| --------| ---------------------|
114+ | ` [Switch] ` | false | named | true (ByPropertyName)|
121115
122116
123117
@@ -128,13 +122,12 @@ If set, audio from the browser source will be rerouted into OBS.
128122
129123
130124
131- > ** Type** : ``` [Switch] ```
132125
133- > ** Required** : false
134126
135- > ** Position** : named
136127
137- > ** PipelineInput** : true (ByPropertyName)
128+ | Type | Required| Position| PipelineInput |
129+ | ----------| --------| --------| ---------------------|
130+ | ` [Switch] ` | false | named | true (ByPropertyName)|
138131
139132
140133
@@ -145,13 +138,12 @@ If provided, the browser source will render at a custom frame rate.
145138
146139
147140
148- > ** Type** : ``` [Int32] ```
149141
150- > ** Required** : false
151142
152- > ** Position** : 5
153143
154- > ** PipelineInput** : true (ByPropertyName)
144+ | Type | Required| Position| PipelineInput |
145+ | ---------| --------| --------| ---------------------|
146+ | ` [Int32] ` | false | 5 | true (ByPropertyName)|
155147
156148
157149
@@ -163,13 +155,12 @@ If no scene name is provided, the current program scene will be used.
163155
164156
165157
166- > ** Type** : ``` [String] ```
167158
168- > ** Required** : false
169159
170- > ** Position** : 6
171160
172- > ** PipelineInput** : true (ByPropertyName)
161+ | Type | Required| Position| PipelineInput |
162+ | ----------| --------| --------| ---------------------|
163+ | ` [String] ` | false | 6 | true (ByPropertyName)|
173164
174165
175166
@@ -181,13 +172,12 @@ If no name is provided, the last segment of the URI or file path will be the inp
181172
182173
183174
184- > ** Type** : ``` [String] ```
185175
186- > ** Required** : false
187176
188- > ** Position** : 7
189177
190- > ** PipelineInput** : true (ByPropertyName)
178+ | Type | Required| Position| PipelineInput |
179+ | ----------| --------| --------| ---------------------|
180+ | ` [String] ` | false | 7 | true (ByPropertyName)|
191181
192182
193183
0 commit comments