Click or drag to resize
AudioDataConverterFactoryCreateConverter Method

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

Parameters

type
Type: Ozeki.MediaAudioConverterType
inputFormat
Type: Ozeki.MediaWaveFormat
outputFormat
Type: Ozeki.MediaWaveFormat

Return Value

Type: IAudioDataConverter
See Also