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.3.199.0
Syntax
public byte[] Convert(
	byte[] source
)

Parameters

source
Type: SystemByte
Raw PCM data

Return Value

Type: Byte
Converted PCM data

Implements

IAudioDataConverter.Convert(Byte)
See Also