Click or drag to resize
BaseH263CodecSetEncoderConfig Method
Átállítja az encoder konfigurációt

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: SystemDouble
bitsPerPixel
Type: SystemDouble

Return Value

Type: Boolean
True, ha megváltozott a konfig

Implements

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