NativeAPIGetVideoInfo Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode GetVideoInfo(
IntPtr instance,
out VideoStreamInfo videoStreamInfo
)
Public Shared Function GetVideoInfo (
instance As IntPtr,
<OutAttribute> ByRef videoStreamInfo As VideoStreamInfo
) As StatusCode
public:
static StatusCode GetVideoInfo(
IntPtr instance,
[OutAttribute] VideoStreamInfo% videoStreamInfo
)
static member GetVideoInfo :
instance : IntPtr *
videoStreamInfo : VideoStreamInfo byref -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- videoStreamInfo
- Type: VideoStreamInfo
Return Value
Type:
StatusCode
See Also