Click or drag to resize
DesktopCaptureSelectDevice Method
Selects a capture device to be used and returns metrics of that device.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<ScreenCaptureDeviceFormat> SelectDevice(
	ScreenCaptureDeviceInformation device
)

Parameters

device
Type: StreamCoders.DevicesScreenCaptureDeviceInformation
A CaptureDeviceInformation object returned by GetDeviceList

Return Value

Type: ListScreenCaptureDeviceFormat
Returns a list of metrics supported by the device.
See Also