Click or drag to resize

VideoDeviceInfo Constructor

Initializes a new instance of the VideoDeviceInfo class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public VideoDeviceInfo(
	int id,
	string name,
	string moniker,
	List<VideoCapabilities> capabilities
)

Parameters

id
Type: SystemInt32
name
Type: SystemString
moniker
Type: SystemString
capabilities
Type: System.Collections.GenericListVideoCapabilities
See Also