Click or drag to resize

H264EncoderInitParams(Int32, Int32, Double, Int32) Constructor

Initializes a new instance of the H264EncoderInitParams class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public H264EncoderInitParams(
	int width,
	int height,
	double frameRate,
	int bitRate
)

Parameters

width  Int32
 
height  Int32
 
frameRate  Double
 
bitRate  Int32
 
See Also