Click or drag to resize

H264EncoderInitParams Constructor (Int32, Int32, Double, VideoQuality)

Initializes a new instance of the H264EncoderInitParams class

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: SystemDouble
quality
Type: VideoQuality
See Also