Click or drag to resize
VideoCaptureDeviceSelectDevice 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<VideoCaptureDeviceFormat> SelectDevice(
	VideoCaptureDeviceInformation device
)

Parameters

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

Return Value

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