VideoDeviceInfoExAsVideoDeviceInfo Method |
Transforms the current InternalVideoDeviceInfo into VideoDeviceInfo
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static VideoDeviceInfo AsVideoDeviceInfo(
InternalVideoDeviceInfo info
)
Public Shared Function AsVideoDeviceInfo (
info As InternalVideoDeviceInfo
) As VideoDeviceInfo
public:
static VideoDeviceInfo^ AsVideoDeviceInfo(
InternalVideoDeviceInfo^ info
)
static member AsVideoDeviceInfo :
info : InternalVideoDeviceInfo -> VideoDeviceInfo
Parameters
- info
- Type: Ozeki.MediaInternalVideoDeviceInfo
The current InternalVideoDeviceInfo
Return Value
Type:
VideoDeviceInfoThe transformed VideoDeviceInfo
See Also