@@ -29,13 +29,12 @@ The path to the media file.
2929
3030
3131
32- > ** Type** : ``` [String] ```
3332
34- > ** Required** : true
3533
36- > ** Position** : 1
3734
38- > ** PipelineInput** : true (ByPropertyName)
35+ | Type | Required| Position| PipelineInput |
36+ | ----------| --------| --------| ---------------------|
37+ | ` [String] ` | true | 1 | true (ByPropertyName)|
3938
4039
4140
@@ -48,13 +47,12 @@ To explicitly set it to false, use -CloseWhenInactive:$false
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
@@ -65,13 +63,12 @@ If set, the source will automatically restart.
6563
6664
6765
68- > ** Type** : ``` [Switch] ```
6966
70- > ** Required** : false
7167
72- > ** Position** : named
7368
74- > ** PipelineInput** : true (ByPropertyName)
69+ | Type | Required| Position| PipelineInput |
70+ | ----------| --------| --------| ---------------------|
71+ | ` [Switch] ` | false | named | true (ByPropertyName)|
7572
7673
7774
@@ -82,13 +79,12 @@ If set, will use hardware decoding, if available.
8279
8380
8481
85- > ** Type** : ``` [Switch] ```
8682
87- > ** Required** : false
8883
89- > ** Position** : named
9084
91- > ** PipelineInput** : true (ByPropertyName)
85+ | Type | Required| Position| PipelineInput |
86+ | ----------| --------| --------| ---------------------|
87+ | ` [Switch] ` | false | named | true (ByPropertyName)|
9288
9389
9490
@@ -102,13 +98,12 @@ To explicitly set to false, use -ClearMediaEnd:$false
10298
10399
104100
105- > ** Type** : ``` [Switch] ```
106101
107- > ** Required** : false
108102
109- > ** Position** : named
110103
111- > ** PipelineInput** : true (ByPropertyName)
104+ | Type | Required| Position| PipelineInput |
105+ | ----------| --------| --------| ---------------------|
106+ | ` [Switch] ` | false | named | true (ByPropertyName)|
112107
113108
114109
@@ -119,13 +114,12 @@ Any FFMpeg demuxer options.
119114
120115
121116
122- > ** Type** : ``` [String] ```
123117
124- > ** Required** : false
125118
126- > ** Position** : 2
127119
128- > ** PipelineInput** : true (ByPropertyName)
120+ | Type | Required| Position| PipelineInput |
121+ | ----------| --------| --------| ---------------------|
122+ | ` [String] ` | false | 2 | true (ByPropertyName)|
129123
130124
131125
@@ -137,13 +131,12 @@ If no scene name is provided, the current program scene will be used.
137131
138132
139133
140- > ** Type** : ``` [String] ```
141134
142- > ** Required** : false
143135
144- > ** Position** : 3
145136
146- > ** PipelineInput** : true (ByPropertyName)
137+ | Type | Required| Position| PipelineInput |
138+ | ----------| --------| --------| ---------------------|
139+ | ` [String] ` | false | 3 | true (ByPropertyName)|
147140
148141
149142
@@ -155,13 +148,12 @@ If no name is provided, the last segment of the URI or file path will be the inp
155148
156149
157150
158- > ** Type** : ``` [String] ```
159151
160- > ** Required** : false
161152
162- > ** Position** : 4
163153
164- > ** PipelineInput** : true (ByPropertyName)
154+ | Type | Required| Position| PipelineInput |
155+ | ----------| --------| --------| ---------------------|
156+ | ` [String] ` | false | 4 | true (ByPropertyName)|
165157
166158
167159
0 commit comments