DirectShow Extension
The DirectShow extension lets you used DirectShow input devices
Show-Media -DirectShow -VideoDevice $myWebCam
If set, will use DirectShow as the input type
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
true | named | false | dshow |
The name of a DirectShow video device
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | false |
The name of a DirectShow audio device
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 2 | false |
Extension/DirectShow.RoughDraft.Extension.ps1 -DirectShow [[-VideoDevice] <String>] [[-AudioDevice] <String>] [<CommonParameters>]