Click or drag to resize

NativeAPIMPEG4DecoderInit Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static StatusCode MPEG4DecoderInit(
	IntPtr instance,
	byte[] initData,
	out VideoStreamInfo info,
	VideoCodecInfo codecInfo
)

Parameters

instance
Type: SystemIntPtr
initData
Type: SystemByte
info
Type: VideoStreamInfo
codecInfo
Type: Ozeki.CommonVideoCodecInfo

Return Value

Type: StatusCode
See Also