Click or drag to resize

H264EncoderInitParams Constructor (Int32, Int32, Double, Int32)

Initializes a new instance of the H264EncoderInitParams class

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: SystemDouble
bitRate
Type: SystemInt32
See Also