| ACMAudioDataConverter Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic ACMAudioDataConverter(
	WaveFormat sourceFormat,
	WaveFormat destinationFormat
)
Public Sub New ( 
	sourceFormat As WaveFormat,
	destinationFormat As WaveFormat
)
public:
ACMAudioDataConverter(
	WaveFormat^ sourceFormat, 
	WaveFormat^ destinationFormat
)
new : 
        sourceFormat : WaveFormat * 
        destinationFormat : WaveFormat -> ACMAudioDataConverterParameters
- sourceFormat
 - Type: Ozeki.MediaWaveFormat
The AudioWaveFormat of the source. - destinationFormat
 - Type: Ozeki.MediaWaveFormat
The AudioWaveFormat of the destination. 
See Also