Click or drag to resize

CodecH264SetDecoderConfig Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public void SetDecoderConfig(
	int width,
	int height,
	double frameRate
)

Parameters

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

Implements

IVideoCodecConfigurableSetDecoderConfig(Int32, Int32, Double)
See Also