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