LinuxNativeApiConvertRGBtoJPEG Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static int ConvertRGBtoJPEG(
IntPtr stream,
int width,
int height,
out IntPtr buffer,
out IntPtr length,
int JPEG_QUALITY
)
Public Shared Function ConvertRGBtoJPEG (
stream As IntPtr,
width As Integer,
height As Integer,
<OutAttribute> ByRef buffer As IntPtr,
<OutAttribute> ByRef length As IntPtr,
JPEG_QUALITY As Integer
) As Integer
public:
static int ConvertRGBtoJPEG(
IntPtr stream,
int width,
int height,
[OutAttribute] IntPtr% buffer,
[OutAttribute] IntPtr% length,
int JPEG_QUALITY
)
static member ConvertRGBtoJPEG :
stream : IntPtr *
width : int *
height : int *
buffer : IntPtr byref *
length : IntPtr byref *
JPEG_QUALITY : int -> int
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