Click or drag to resize

LinuxNativeApiInitNativeVideoEncoder Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static StatusCode InitNativeVideoEncoder(
	IntPtr instance,
	int width,
	int heigth,
	int framerate,
	int bitrate,
	int profile,
	int level,
	IntPtr param
)

Parameters

instance
Type: SystemIntPtr
width
Type: SystemInt32
heigth
Type: SystemInt32
framerate
Type: SystemInt32
bitrate
Type: SystemInt32
profile
Type: SystemInt32
level
Type: SystemInt32
param
Type: SystemIntPtr

Return Value

Type: StatusCode
See Also