DesktopCaptureSelectCaptureDeviceFormat Method |
Select metrics for a previously selected device.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool SelectCaptureDeviceFormat(
ScreenCaptureDeviceFormat format
)
Public Function SelectCaptureDeviceFormat (
format As ScreenCaptureDeviceFormat
) As Boolean
public:
bool SelectCaptureDeviceFormat(
ScreenCaptureDeviceFormat^ format
)
member SelectCaptureDeviceFormat :
format : ScreenCaptureDeviceFormat -> bool
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