Click or drag to resize

ACMAudioDataConverter Constructor

Initializes a new instance of the ACMAudioDataConverter class.

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

Parameters

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