Click or drag to resize

CodecH264SetDecoderConfig Method


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

Parameters

width  Int32
 
height  Int32
 
frameRate  Double
 

Implements

IVideoCodecConfigurableSetDecoderConfig(Int32, Int32, Double)
See Also