Click or drag to resize

CodecH264SetEncoderConfig Method


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

Parameters

width  Int32
 
height  Int32
 
frameRate  Double
 
bitsPerPixel  Double
 

Return Value

Boolean

Implements

IVideoCodecConfigurableSetEncoderConfig(Int32, Int32, Double, Double)
See Also