NativeAPIH263DecoderInit Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static StatusCode H263DecoderInit(
IntPtr instance,
byte[] initData,
out VideoStreamInfo videoInfo
)
Public Shared Function H263DecoderInit (
instance As IntPtr,
initData As Byte(),
<OutAttribute> ByRef videoInfo As VideoStreamInfo
) As StatusCode
public:
static StatusCode H263DecoderInit(
IntPtr instance,
array<unsigned char>^ initData,
[OutAttribute] VideoStreamInfo% videoInfo
)
static member H263DecoderInit :
instance : IntPtr *
initData : byte[] *
videoInfo : VideoStreamInfo byref -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- initData
- Type: SystemByte
- videoInfo
- Type: VideoStreamInfo
Return Value
Type:
StatusCode
See Also