Click or drag to resize
VideoCaptureDeviceSelectCaptureDeviceFormat Method
Select metrics for a previously selected device.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool SelectCaptureDeviceFormat(
	VideoCaptureDeviceFormat metrics
)

Parameters

metrics
Type: StreamCoders.DevicesVideoCaptureDeviceFormat
[in,out] Pass VideoCaptureDeviceFormat previously returned by SelectDevice

Return Value

Type: Boolean
Returns true of metrics are supported, otherwise false.
See Also