Ozeki VoIP SDK Class library
GetDevice Method (info, resolution, desiredFrameRate)
NamespacesOzeki.Media.MediaHandlers.VideoWebCameraGetDevice(VideoDeviceInfo, Resolution, Int32)
Retreives the specified webcamera device with additional parameters.
Declaration Syntax
C#Visual BasicVisual C++
public static WebCamera GetDevice(
	VideoDeviceInfo info,
	Resolution resolution,
	int desiredFrameRate
)
Public Shared Function GetDevice ( 
	info As VideoDeviceInfo,
	resolution As Resolution,
	desiredFrameRate As Integer
) As WebCamera
public:
static WebCamera^ GetDevice(
	VideoDeviceInfo^ info, 
	Resolution^ resolution, 
	int desiredFrameRate
)
Parameters
info (VideoDeviceInfo)
Device information.
resolution (Resolution)
Size of the captured frame.
desiredFrameRate (Int32)
Desired frame rate.
Return Value
WebCamera
The webcamera object.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649