Click or drag to resize

LinuxNativeApiInitMPEG4Multiplexer Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static int InitMPEG4Multiplexer(
	IntPtr instance,
	string filename,
	int width,
	int height,
	double framerate,
	int bitrate
)

Parameters

instance
Type: SystemIntPtr
filename
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
framerate
Type: SystemDouble
bitrate
Type: SystemInt32

Return Value

Type: Int32
See Also