| VideoDeviceInfoExAsVideoDeviceInfo Method  | 
            Transforms the current InternalVideoDeviceInfo into VideoDeviceInfo
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static VideoDeviceInfo AsVideoDeviceInfo(
	this InternalVideoDeviceInfo info
)
<ExtensionAttribute>
Public Shared Function AsVideoDeviceInfo ( 
	info As InternalVideoDeviceInfo
) As VideoDeviceInfo
public:
[ExtensionAttribute]
static VideoDeviceInfo^ AsVideoDeviceInfo(
	InternalVideoDeviceInfo^ info
)
[<ExtensionAttribute>]
static member AsVideoDeviceInfo : 
        info : InternalVideoDeviceInfo -> VideoDeviceInfo 
Parameters
- info
 - Type: Ozeki.MediaInternalVideoDeviceInfo
The current InternalVideoDeviceInfo 
Return Value
Type: 
VideoDeviceInfoThe transformed VideoDeviceInfo
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