-
-
Notifications
You must be signed in to change notification settings - Fork 3
DirectShow Extension
James Brundage edited this page Apr 22, 2022
·
3 revisions
DirectShow Extension
The DirectShow extension lets you used DirectShow input devices
If set, will use DirectShow as the input type
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
The name of a DirectShow video device
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 1 | false |
The name of a DirectShow audio device
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 2 | false |
Extension/DirectShow.RoughDraft.Extension.ps1 -DirectShow [[-VideoDevice] <String>] [[-AudioDevice] <String>] [<CommonParameters>]