Click or drag to resize

ACMAudioDataConverterConvert Method

Converts the value of the source AudioWaveFormat to the destination AudioWaveFormat.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public byte[] Convert(
	byte[] source
)

Parameters

source  Byte
Raw PCM data

Return Value

Byte
Converted PCM data

Implements

IAudioDataConverter.Convert(Byte)
See Also