| VideoCodecConfig Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic VideoCodecConfig(
	int width,
	int height,
	double frameRate
)
Public Sub New ( 
	width As Integer,
	height As Integer,
	frameRate As Double
)
public:
VideoCodecConfig(
	int width, 
	int height, 
	double frameRate
)
new : 
        width : int * 
        height : int * 
        frameRate : float -> VideoCodecConfigParameters
- width
 - Type: SystemInt32
 - height
 - Type: SystemInt32
 - frameRate
 - Type: SystemDouble
 
See Also