Click or drag to resize
VideoDeviceInfo Constructor
Initializes a new instance of the VideoDeviceInfo class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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