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: 1.8.12.0 (1.8.12)
Syntax
public byte[] Convert(
	byte[] source
)

Parameters

source
Type: SystemByte
Raw PCM data

Return Value

Type: Byte
Converted PCM data

Implements

IAudioDataConverterConvert(Byte)
See Also