Click or drag to resize

VideoCodecConfig Constructor

Initializes a new instance of the VideoCodecConfig class

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

Parameters

width  Int32
 
height  Int32
 
frameRate  Double
 
See Also