Click or drag to resize
ACMAudioDataConverter Constructor
Initializes a new instance of the ACMAudioDataConverter class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ACMAudioDataConverter(
	WaveFormat sourceFormat,
	WaveFormat destinationFormat
)

Parameters

sourceFormat
Type: Ozeki.MediaWaveFormat
The AudioWaveFormat of the source.
destinationFormat
Type: Ozeki.MediaWaveFormat
The AudioWaveFormat of the destination.
See Also