NativeAPIGetVideoInfo Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 IntPtr
-
- videoStreamInfo VideoStreamInfo
-
Return Value
StatusCode
See Also