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

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public AcmConverter(
	IntPtr oldFormat,
	IntPtr newFormat,
	bool fastConversion
)

Parameters

oldFormat
Type: SystemIntPtr
Old audio format
newFormat
Type: SystemIntPtr
New audio format. Use ChooseCompatibleFormat(IntPtr, IntPtr) or GetCompatibleFormatList(IntPtr) or GetCompatibleFormat(IntPtr, Int16) for search compatible format
fastConversion
Type: SystemBoolean
true if the conversion is fast; otherwise, the conversion is high-quality.
See Also