Click or drag to resize

AudioDataConverterFactoryCreateConverter Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public override IAudioDataConverter CreateConverter(
	AudioConverterType type,
	WaveFormat inputFormat,
	WaveFormat outputFormat
)

Parameters

type
Type: AudioConverterType
inputFormat
Type: WaveFormat
outputFormat
Type: WaveFormat

Return Value

Type: IAudioDataConverter
See Also