DesktopCaptureSelectDevice 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)
Syntaxpublic List<ScreenCaptureDeviceFormat> SelectDevice(
ScreenCaptureDeviceInformation device
)
Public Function SelectDevice (
device As ScreenCaptureDeviceInformation
) As List(Of ScreenCaptureDeviceFormat)
public:
List<ScreenCaptureDeviceFormat^>^ SelectDevice(
ScreenCaptureDeviceInformation^ device
)
member SelectDevice :
device : ScreenCaptureDeviceInformation -> List<ScreenCaptureDeviceFormat>
Parameters
- device
- Type: StreamCoders.DevicesScreenCaptureDeviceInformation
A CaptureDeviceInformation object returned by GetDeviceList
Return Value
Type:
ListScreenCaptureDeviceFormat
Returns a list of metrics supported by the device.
See Also