Click or drag to resize

VideoDeviceInfoExAsVideoDeviceInfo Method

Transforms the current InternalVideoDeviceInfo into VideoDeviceInfo

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static VideoDeviceInfo AsVideoDeviceInfo(
	InternalVideoDeviceInfo info
)

Parameters

info
Type: Ozeki.MediaInternalVideoDeviceInfo
The current InternalVideoDeviceInfo

Return Value

Type: VideoDeviceInfo
The transformed VideoDeviceInfo
See Also