Click or drag to resize

NativeAPIH263EncoderInit Method


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

Parameters

instance  IntPtr
 
imgHeight  Int32
 
imgWidth  Int32
 
frameRate  Double
 
bitsPerPixel  Double
 

Return Value

StatusCode
See Also