[Missing <summary> documentation for "M:Ozeki.Media.Video.VideoDeviceInfoEx.AsVideoDeviceInfo(Ozeki.Media.Video.InternalVideoDeviceInfo)"]

Namespace: Ozeki.Media.Video
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public static VideoDeviceInfo AsVideoDeviceInfo(
	this InternalVideoDeviceInfo info
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function AsVideoDeviceInfo ( 
	info As InternalVideoDeviceInfo
) As VideoDeviceInfo
Visual C++
public:
[ExtensionAttribute]
static VideoDeviceInfo^ AsVideoDeviceInfo(
	InternalVideoDeviceInfo^ info
)

Parameters

info
Type: InternalVideoDeviceInfo

[Missing <param name="info"/> documentation for "M:Ozeki.Media.Video.VideoDeviceInfoEx.AsVideoDeviceInfo(Ozeki.Media.Video.InternalVideoDeviceInfo)"]

Return Value

Type: VideoDeviceInfo

[Missing <returns> documentation for "M:Ozeki.Media.Video.VideoDeviceInfoEx.AsVideoDeviceInfo(Ozeki.Media.Video.InternalVideoDeviceInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InternalVideoDeviceInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also