Click or drag to resize
DesktopCaptureSelectCaptureDeviceFormat 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(
	ScreenCaptureDeviceFormat format
)

Parameters

format
Type: StreamCoders.DevicesScreenCaptureDeviceFormat
[in,out] Pass VideoCaptureDeviceFormat previously returned by SelectDevice

Return Value

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