Click or drag to resize

LinuxNativeApiInitNativeVideoDecoder Method

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

Parameters

instance
Type: SystemIntPtr
initData
Type: SystemByte
initDataLength
Type: SystemInt32
width
Type: SystemInt32
height
Type: SystemInt32
framerate
Type: SystemInt32

Return Value

Type: StatusCode
See Also