Skip to content

CaptureDevice Extension

James Brundage edited this page Apr 24, 2022 · 5 revisions

Extension/CaptureDevice.rd.ext.ps1

Synopsis

Gets capture devices


Description

Gets capture device information

It's an extension


Parameters

ListCaptureDevice

If set, will list capture devices

Type Requried Postion PipelineInput
[Switch] true named false

CaptureDeviceType

The type of capture device. If not specified, this will be defaulted based off of the operating system.

Type Requried Postion PipelineInput
[String[]] false 1 false

Syntax

Extension/CaptureDevice.rd.ext.ps1 -ListCaptureDevice [[-CaptureDeviceType] <String[]>] [<CommonParameters>]

Clone this wiki locally