Click or drag to resize

LinuxNativeApiConvertRGBtoJPEG Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static int ConvertRGBtoJPEG(
	IntPtr stream,
	int width,
	int height,
	out IntPtr buffer,
	out IntPtr length,
	int JPEG_QUALITY
)

Parameters

stream
Type: SystemIntPtr
width
Type: SystemInt32
height
Type: SystemInt32
buffer
Type: SystemIntPtr
length
Type: SystemIntPtr
JPEG_QUALITY
Type: SystemInt32

Return Value

Type: Int32
See Also