Click or drag to resize

LinuxNativeApiInitNativeVideoDecoder Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public static StatusCode InitNativeVideoDecoder(
	IntPtr instance,
	byte[] initData,
	int initDataLength,
	ref int width,
	ref int height,
	ref int framerate
)

Parameters

instance  IntPtr
 
initData  Byte
 
initDataLength  Int32
 
width  Int32
 
height  Int32
 
framerate  Int32
 

Return Value

StatusCode
See Also