VideoCaptureDeviceSelectDevice Method |
Selects a capture device to be used and returns metrics of that device.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<VideoCaptureDeviceFormat> SelectDevice(
VideoCaptureDeviceInformation device
)
Public Function SelectDevice (
device As VideoCaptureDeviceInformation
) As List(Of VideoCaptureDeviceFormat)
public:
List<VideoCaptureDeviceFormat^>^ SelectDevice(
VideoCaptureDeviceInformation^ device
)
member SelectDevice :
device : VideoCaptureDeviceInformation -> List<VideoCaptureDeviceFormat>
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