Click or drag to resize
AudioQualityEnhancer Constructor
Initializes a new instance of the AudioQualityEnhancer class. Only Mono stream is supported, if the inputFormat has more than 1 channels the input will be downsampled to Mono before processing.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioQualityEnhancer(
	AudioFormat inputFormat
)

Parameters

inputFormat
Type: Ozeki.MediaAudioFormat
See Also