Click or drag to resize

BaseH263CodecSetEncoderConfig Method

Átállítja az encoder konfigurációt

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

Parameters

width  Int32
 
height  Int32
 
frameRate  Double
 
bitsPerPixel  Double
 

Return Value

Boolean
True, ha megváltozott a konfig

Implements

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