Click or drag to resize

NativeAPIH263EncoderInit Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static StatusCode H263EncoderInit(
	IntPtr instance,
	int imgHeight,
	int imgWidth,
	double frameRate,
	double bitsPerPixel
)

Parameters

instance
Type: SystemIntPtr
imgHeight
Type: SystemInt32
imgWidth
Type: SystemInt32
frameRate
Type: SystemDouble
bitsPerPixel
Type: SystemDouble

Return Value

Type: StatusCode
See Also