Click or drag to resize

NativeAPIMPEG4Decode Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static StatusCode MPEG4Decode(
	IntPtr instance,
	byte[] inData,
	int inDataSize,
	out VideoPacket mediaPacket
)

Parameters

instance
Type: SystemIntPtr
inData
Type: SystemByte
inDataSize
Type: SystemInt32
mediaPacket
Type: Ozeki.CommonVideoPacket

Return Value

Type: StatusCode
See Also