VideoCaptureDeviceSelectCaptureDeviceFormat 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(
VideoCaptureDeviceFormat metrics
)
Public Function SelectCaptureDeviceFormat (
metrics As VideoCaptureDeviceFormat
) As Boolean
public:
bool SelectCaptureDeviceFormat(
VideoCaptureDeviceFormat^ metrics
)
member SelectCaptureDeviceFormat :
metrics : VideoCaptureDeviceFormat -> bool
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