Click or drag to resize

AudioQualityEnhancer Constructor (AudioFormat)

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: 10.3.183.0
Syntax
public AudioQualityEnhancer(
	AudioFormat inputFormat
)

Parameters

inputFormat
Type: AudioFormat
See Also