Alvas.Audio Class Library

AcmConverter Constructor 

Initializes a new instance of the AcmConverter class

[Visual Basic]
Public Sub New( _
   ByVal oldFormat As IntPtr, _
   ByVal newFormat As IntPtr, _
   ByVal fastConversion As Boolean _
)
[C#]
public AcmConverter(
   IntPtr oldFormat,
   IntPtr newFormat,
   Boolean fastConversion
);

Parameters

oldFormat
Old audio format
newFormat
New audio format. Use ChooseCompatibleFormat or GetCompatibleFormatList or GetCompatibleFormat for search compatible format
fastConversion
true if the conversion is fast; otherwise, the conversion is high-quality.

See Also

AcmConverter Class | Alvas.Audio Namespace