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.3.183.0
Syntax
public VideoCodecConfig(
	int width,
	int height,
	double frameRate
)

Parameters

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