Click or drag to resize
H264EncoderInit Method (Int32, Int32, Double, VideoQuality)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Init(
	int width,
	int height,
	double frameRate,
	VideoQuality quality
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: SystemDouble
quality
Type: Ozeki.MediaVideoQuality

Return Value

Type: Boolean
See Also